Phoenix Logo

phoenix_title wx.WithImages

A mixin class to be used with other classes that use a wx.ImageList.


class_hierarchy Class Hierarchy

Inheritance diagram for class WithImages:

sub_classes Known Subclasses

wx.BookCtrlBase


method_summary Methods Summary

__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.

property_summary Properties Summary

ImageList See GetImageList and SetImageList

api Class API



class wx.WithImages(object)

Possible constructors:

WithImages()

A mixin class to be used with other classes that use a ImageList.


Methods



__init__(self)


AssignImageList(self, imageList)

Sets the image list for the page control and takes ownership of the list.

Parameters:imageList (wx.ImageList) –


GetImageList(self)

Returns the associated image list, may be None.

Return type: wx.ImageList


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

Properties



ImageList

See GetImageList and SetImageList