AGW Logo

agw_title ColourDialogHandler

Supports saving/restoring a wx.ColourDialog data (colour, custom colours and full choice in the dialog).

This class handles the following wxPython widgets:

Todo

Find a way to properly save and restore dialog data (wx.ColourDialog, wx.FontDialog etc...).

hierarchy Inheritance Diagram

Inheritance diagram for: ColourDialogHandler

Inheritance diagram of ColourDialogHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class ColourDialogHandler(TLWHandler)[source]

Supports saving/restoring a wx.ColourDialog data (colour, custom colours and full choice in the dialog).

This class handles the following wxPython widgets:

Todo

Find a way to properly save and restore dialog data (wx.ColourDialog, wx.FontDialog etc...).



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

CollapsiblePaneHandler

Next topic

ColourPickerHandler