| 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 Nov 9 17:03:25 2004 | http://epydoc.sf.net |