| 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. |
| 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. | |
| Property Summary | |
|---|---|
thisown: The membership flag | |
Value: See GetValue and SetValue | |
| Class Variable Summary |
|---|
| 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.
|
| Property Details |
|---|
thisownThe membership flag |
Value |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:07:02 2007 | http://epydoc.sf.net |