Home | Trees | Index | Help |
|
---|
Package wx :: Class SingleChoiceDialog |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Dialog
--+ | SingleChoiceDialog
Method Summary | |
---|---|
List choices=[], long style=CHOICEDLG_STYLE, Point pos=DefaultPosition) -> SingleChoiceDialog | |
__repr__(self)
| |
int |
Get the index of teh currently selected item. |
String |
Returns the string value of the currently selected item |
Set the current selected item to sel |
Instance Method Details |
---|
__init__(self,
*args,
**kwargs)
|
GetSelection(self)Get the index of teh currently selected item.
|
GetStringSelection(self)Returns the string value of the currently selected item
|
SetSelection(self, sel)Set the current selected item to sel
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:40 2005 | http://epydoc.sf.net |