AGW Logo

agw_title ColourPickerHandler

Supports saving/restoring a wx.ColourPickerCtrl / wx.lib.colourselect.ColourSelect colour.

This class handles the following wxPython widgets:

  • wx.ColourPickerCtrl;
  • wx.lib.colourselect.ColourSelect.

hierarchy Inheritance Diagram

Inheritance diagram for: ColourPickerHandler

Inheritance diagram of ColourPickerHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class ColourPickerHandler(AbstractHandler)[source]

Supports saving/restoring a wx.ColourPickerCtrl / wx.lib.colourselect.ColourSelect colour.

This class handles the following wxPython widgets:



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

ColourDialogHandler

Next topic

DatePickerHandler