wx.lib.agw.persist.persist_handlers.ChoiceComboHandler
Supports saving/restoring Choice
, ComboBox
and adv.OwnerDrawnComboBox
selection.
This class handles the following wxPython widgets:
Choice
;
ComboBox
;
adv.OwnerDrawnComboBox
.
Class Hierarchy
Inheritance diagram for class
ChoiceComboHandler:
Methods Summary
Class API
-
class
ChoiceComboHandler
(AbstractHandler)
Supports saving/restoring Choice
, ComboBox
and adv.OwnerDrawnComboBox
selection.
This class handles the following wxPython widgets:
Choice
;
ComboBox
;
adv.OwnerDrawnComboBox
.
Methods
-
__init__
(self, pObject)
-
GetKind
(self)
-
Restore
(self)
-
Save
(self)