wx.lib.art.img2pyartprov.Img2PyArtProvider¶
wxArtProvider class is used to customize the look of wxWidgets application.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
CreateBitmap(id, client, size) -> Bitmap |
|
Class API¶
- class Img2PyArtProvider(wx.ArtProvider)¶
wxArtProvider class is used to customize the look of wxWidgets application.
Methods¶
- __init__(self, imageModule, artIdPrefix='wxART_')¶
Initialize self. See help(type(self)) for accurate signature.
- CreateBitmap(self, artId, artClient, size)¶
CreateBitmap(id, client, size) -> Bitmap
Derived art provider classes may override this method to create requested art resource.
- GenerateArtIdList(self)¶
- UpdateFromImageModule(self, imageModule)¶