| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class TextEntryDialog |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |TopLevelWindow--+ |Dialog--+ | TextEntryDialog
PasswordEntryDialogA dialog with text control, [ok] and [cancel] buttons
| 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)
|
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.20050511.rpd on Sun Mar 26 10:01:06 2006 | http://epydoc.sf.net |