.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.art.img2pyartprov .. highlight:: python .. _wx.lib.art.img2pyartprov.Img2PyArtProvider: ========================================================================================================================================== |phoenix_title| **wx.lib.art.img2pyartprov.Img2PyArtProvider** ========================================================================================================================================== wxArtProvider class is used to customize the look of wxWidgets application. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class Img2PyArtProvider:
| |super_classes| Known Superclasses ================================== :class:`wx.ArtProvider` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.art.img2pyartprov.Img2PyArtProvider.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.art.img2pyartprov.Img2PyArtProvider.CreateBitmap` CreateBitmap(id, client, size) -> Bitmap :meth:`~wx.lib.art.img2pyartprov.Img2PyArtProvider.GenerateArtIdList` :meth:`~wx.lib.art.img2pyartprov.Img2PyArtProvider.UpdateFromImageModule` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: Img2PyArtProvider(wx.ArtProvider) wxArtProvider class is used to customize the look of wxWidgets application. .. method:: __init__(self, imageModule, artIdPrefix='wxART_') Initialize self. See help(type(self)) for accurate signature. .. method:: CreateBitmap(self, artId, artClient, size) CreateBitmap(id, client, size) -> Bitmap Derived art provider classes may override this method to create requested art resource. .. method:: GenerateArtIdList(self) .. method:: UpdateFromImageModule(self, imageModule)