Home | Trees | Index | Help |
|
---|
Package wx :: Class MultiChoiceDialog |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Dialog
--+ | MultiChoiceDialog
Method Summary | |
---|---|
List choices=[], long style=CHOICEDLG_STYLE, Point pos=DefaultPosition) -> MultiChoiceDialog | |
__repr__(self)
| |
[selections] |
Returns a list of integers representing the items that are selected. |
Specify the items in the list that should be selected, using a list of integers. |
Instance Method Details |
---|
__init__(self,
*args,
**kwargs)
|
GetSelections()Returns a list of integers representing the items that are selected.
|
SetSelections(selections)Specify the items in the list that should be selected, using a list of integers.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:28 2005 | http://epydoc.sf.net |