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