A mixin class to be used with other classes that use a wx.ImageList.
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. |
wx.
WithImages
(object)¶Possible constructors:
WithImages()
A mixin class to be used with other classes that use a ImageList.
__init__
(self)¶AssignImageList
(self, imageList)¶Sets the image list for the page control and takes ownership of the list.
imageList (wx.ImageList) –
See also
GetImageList
(self)¶Returns the associated image list, may be None
.
See also
SetImageList
(self, imageList)¶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
ImageList
¶See GetImageList
and SetImageList