.. include:: headings.inc .. _WithImages: ========================================================================================================================================== |phoenix_title| **WithImages** ========================================================================================================================================== A mixin class to be used with other classes that use a :ref:`ImageList`. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **WithImages** .. raw:: html

Inheritance diagram of WithImages

| |sub_classes| Known Subclasses ============================== :ref:`BookCtrlBase` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~WithImages.__init__` :meth:`~WithImages.AssignImageList` Sets the image list for the page control and takes ownership of the list. :meth:`~WithImages.GetImageList` Returns the associated image list, may be ``None``. :meth:`~WithImages.SetImageList` Sets the image list to use. ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~WithImages.ImageList` See :meth:`~WithImages.GetImageList` and :meth:`~WithImages.SetImageList` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: WithImages(object) A mixin class to be used with other classes that use a ImageList. **Possible constructors**:: WithImages() .. method:: __init__(self) .. method:: AssignImageList(self, imageList) Sets the image list for the page control and takes ownership of the list. :param `imageList`: :type `imageList`: ImageList .. seealso:: :ref:`ImageList`, :meth:`SetImageList` .. method:: GetImageList(self) Returns the associated image list, may be ``None``. :rtype: :ref:`ImageList` .. seealso:: :ref:`ImageList`, :meth:`SetImageList` .. method:: SetImageList(self, imageList) Sets the image list to use. It does not take ownership of the image list, you must delete it yourself. :param `imageList`: :type `imageList`: ImageList .. seealso:: :ref:`ImageList`, :meth:`AssignImageList` .. attribute:: ImageList See :meth:`~WithImages.GetImageList` and :meth:`~WithImages.SetImageList`