Phoenix Logo

phoenix_title wx.lib.agw.persist.persist_handlers.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...).


class_hierarchy Class Hierarchy

Inheritance diagram for class ColourDialogHandler:

method_summary Methods Summary

__init__  
GetKind  
Restore  
Save  

api Class API



class ColourDialogHandler(TLWHandler)

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...).


Methods



__init__(self, pObject)


GetKind(self)


Restore(self)


Save(self)