| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class TextEntryDialog |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |TopLevelWindow--+ |Dialog--+ | TextEntryDialog
| 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=wxOK|wxCANCEL|wxCENTRE,
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 Nov 9 17:03:46 2004 | http://epydoc.sf.net |