Home | Trees | Index | Help |
|
---|
Package wx :: Class SingleChoiceDialog |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Dialog
--+ | SingleChoiceDialog
A simple dialog with a single selection listbox.
Method Summary | |
---|---|
SingleChoiceDialog |
Constructor. |
int |
Get the index of the currently selected item. |
String |
Returns the string value of the currently selected item |
Set the current selected item to sel |
Property Summary | |
---|---|
Selection : See GetSelection and SetSelection | |
StringSelection : See GetStringSelection | |
thisown : The membership flag |
Class Variable Summary |
---|
Instance Method Details |
---|
__init__(parent,
message,
caption,
choices=EmptyList,
style=CHOICEDLG_STYLE,
pos=DefaultPosition)
|
GetSelection(self)Get the index of the currently selected item.
|
GetStringSelection(self)Returns the string value of the currently selected item
|
SetSelection(self, sel)Set the current selected item to sel
|
Property Details |
---|
SelectionSee
|
StringSelection
|
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:06:47 2007 | http://epydoc.sf.net |