.. include:: headings.inc .. currentmodule:: lib.colourselect .. highlight:: python .. _lib.colourselect.ColourSelect: ========================================================================================================================================== |phoenix_title| **ColourSelect** ========================================================================================================================================== | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **ColourSelect** .. raw:: html

Inheritance diagram of ColourSelect

| |super_classes| Known Superclasses ================================== :class:`BitmapButton` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.colourselect.ColourSelect.__init__` :meth:`~lib.colourselect.ColourSelect.GetColour` :meth:`~lib.colourselect.ColourSelect.GetLabel` :meth:`~lib.colourselect.ColourSelect.GetValue` :meth:`~lib.colourselect.ColourSelect.MakeBitmap` :meth:`~lib.colourselect.ColourSelect.OnChange` :meth:`~lib.colourselect.ColourSelect.OnClick` :meth:`~lib.colourselect.ColourSelect.SetBitmap` :meth:`~lib.colourselect.ColourSelect.SetColour` :meth:`~lib.colourselect.ColourSelect.SetLabel` :meth:`~lib.colourselect.ColourSelect.SetValue` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: ColourSelect(BitmapButton) .. method:: __init__(self, parent, id=ID_ANY, label="", colour=BLACK, pos=DefaultPosition, size=DefaultSize, callback=None, style=0) .. method:: GetColour(self) .. method:: GetLabel(self) .. method:: GetValue(self) .. method:: MakeBitmap(self) .. method:: OnChange(self) .. method:: OnClick(self, event) .. method:: SetBitmap(self, bmp) .. method:: SetColour(self, colour) .. method:: SetLabel(self, label) .. method:: SetValue(self, colour)