Table Of Contents

Previous topic

WindowVariant

Next topic

WrapSizer

This Page

phoenix_title WithImages

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


class_hierarchy Inheritance Diagram

Inheritance diagram for class WithImages

Inheritance diagram of WithImages


sub_classes Known Subclasses

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 WithImages(object)

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

Possible constructors:

WithImages()

Methods



__init__(self)


AssignImageList(self, imageList)

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

Parameters:imageList (ImageList) –


GetImageList(self)

Returns the associated image list, may be None.

Return type: 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 (ImageList) –

Properties



ImageList

See GetImageList and SetImageList