wx.WithImages¶A mixin class to be used with other classes that use a wx.ImageList.
Class Hierarchy¶
Inheritance diagram for class WithImages:
Known Subclasses¶
Methods Summary¶Sets the image list for the page control and takes ownership of the list. |
|
Returns the associated image list, may be |
|
Sets the image list to use. |
Properties Summary¶See |
Class API¶Possible constructors:
WithImages()
A mixin class to be used with other classes that use a ImageList.
Sets the image list for the page control and takes ownership of the list.
imageList (wx.ImageList) –
See also
Returns the associated image list, may be None.
See also
Sets the image list to use.
It does not take ownership of the image list, you must delete it yourself.
imageList (wx.ImageList) –
See also
See GetImageList and SetImageList