Phoenix Logo

phoenix_title wx.lib.agw.persist.persist_handlers.ToggleButtonHandler

Supports saving/restoring a ToggleButton and friends state.

This class handles the following wxPython widgets:

  • ToggleButton;
  • lib.buttons.GenToggleButton;
  • lib.buttons.GenBitmapToggleButton;
  • lib.buttons.GenBitmapTextToggleButton;
  • lib.agw.shapedbutton.SToggleButton;
  • lib.agw.shapedbutton.SBitmapToggleButton;
  • lib.agw.shapedbutton.SBitmapTextToggleButton.

class_hierarchy Class Hierarchy

Inheritance diagram for class ToggleButtonHandler:


method_summary Methods Summary

__init__  
GetKind  
Restore  
Save  

api Class API



class ToggleButtonHandler(AbstractHandler)

Supports saving/restoring a ToggleButton and friends state.

This class handles the following wxPython widgets:

  • ToggleButton;
  • lib.buttons.GenToggleButton;
  • lib.buttons.GenBitmapToggleButton;
  • lib.buttons.GenBitmapTextToggleButton;
  • lib.agw.shapedbutton.SToggleButton;
  • lib.agw.shapedbutton.SBitmapToggleButton;
  • lib.agw.shapedbutton.SBitmapTextToggleButton.

Methods



__init__(self, pObject)


GetKind(self)


Restore(self)


Save(self)