wxTextEntryDialog
Implements methods from the following classes
wxDialog
Methods
wxTextEntryDialog
Constructor.
GetValue
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
Sets the default text value.
ShowModal
Shows the dialog, returning wxID_OK if the user pressed OK, and wxID_CANCEL otherwise.
Static Methods
wxTextEntryDialog
wxTextEntryDialog
(
wxWindow
&
$parent
,
string
$message
,
string
$caption
=
wxGetTextFromUserPromptStr
,
string
$value
=
wxEmptyString
,
integer
$style
=
wxTextEntryDialogStyle
,
wxPoint
$pos
=
wxDefaultPosition
)
Constructor.
GetValue
string
GetValue
( )
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
SetValue
(
string
$value
)
Sets the default text value.
ShowModal
integer
ShowModal
( )
Shows the dialog, returning wxID_OK if the user pressed OK, and wxID_CANCEL otherwise.