|
- Method resolution order:
- _ClientDataSingleChoiceWidget
- pdk.Gui.Widgets.CoreWidgets._SingleChoiceWidget
- pdk.Gui.Widgets.CoreWidgets.pdkWidget
- pdk.Gui.WidgetStateManagers.StatefulWidget
- pdk.Base.OptionHandler
- pdk.Gui.Widgets.Widgets.ClientDataMixin
Methods defined here:
- Append(self, item, itemData=None)
-
appends the item item with item data itemData to the client data
choice widget.
- Delete(self, i)
-
removes the entry number i from the client data choice widget.
- GetItems(self)
-
returns the items of the control as a list of tuples of the form
(<item string>,<item client data>).
- SetItems(self, itemTL)
-
fill the control with the values of the itemTL list of
tuples of the form (<item string>,<item client data>)
- __init__(self, parent, wxId, choices=None, **optionD)
- getState(self, stateType)
- setState(self, stateType, data)
|