AGW Logo

agw_title ChoiceComboHandler

Supports saving/restoring wx.Choice, wx.ComboBox and wx.combo.OwnerDrawnComboBox selection.

This class handles the following wxPython widgets:

  • wx.Choice;
  • wx.ComboBox;
  • wx.combo.OwnerDrawnComboBox.

hierarchy Inheritance Diagram

Inheritance diagram for: ChoiceComboHandler

Inheritance diagram of ChoiceComboHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class ChoiceComboHandler(AbstractHandler)[source]

Supports saving/restoring wx.Choice, wx.ComboBox and wx.combo.OwnerDrawnComboBox selection.

This class handles the following wxPython widgets:



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

CheckListBoxHandler

Next topic

ChoiceDialogHandler