AGW Logo

agw_title ChoiceDialogHandler

Supports saving/restoring a wx.MultiChoiceDialog / wx.SingleChoiceDialog choices.

This class handles the following wxPython widgets:

  • wx.SingleChoiceDialog;
  • wx.MultiChoiceDialog.

hierarchy Inheritance Diagram

Inheritance diagram for: ChoiceDialogHandler

Inheritance diagram of ChoiceDialogHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class ChoiceDialogHandler(TLWHandler)[source]

Supports saving/restoring a wx.MultiChoiceDialog / wx.SingleChoiceDialog choices.

This class handles the following wxPython widgets:



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

ChoiceComboHandler

Next topic

CollapsiblePaneHandler