Home | Trees | Index | Help |
|
---|
Package wx :: Class TextEntryDialog |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Dialog
--+ | TextEntryDialog
PasswordEntryDialog
Method Summary | |
---|---|
TextEntryDialog |
Constructor. |
__repr__(self)
| |
String |
Returns the text that the user has entered if the user has pressed OK, or the original value if the user has pressed Cancel. |
Sets the default text value. |
Instance Method Details |
---|
__init__(self,
parent,
message,
caption=GetTextFromUserPromptStr,
defaultValue=EmptyString,
style=TextEntryDialogStyle,
pos=DefaultPosition)
Constructor. Use ShowModal method to show the dialog. |
GetValue(self)Returns the text that the user has entered if the user has pressed OK, or the original value if the user has pressed Cancel.
|
SetValue(self, value)Sets the default text value.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:47 2005 | http://epydoc.sf.net |