phoenix_title wx.lib.art.img2pyartprov.Img2PyArtProvider

wxArtProvider class is used to customize the look of wxWidgets application.


class_hierarchy Class Hierarchy

Inheritance diagram for class Img2PyArtProvider:

super_classes Known Superclasses

wx.ArtProvider


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

CreateBitmap

CreateBitmap(id, client, size) -> Bitmap

GenerateArtIdList

UpdateFromImageModule


api 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)