Public Types | |
enum | { wxTextEntryDialogStyle = (wxOK | wxCANCEL | wxCENTRE) } |
Public Member Functions | |
this (IntPtr wxobj) | |
this (Window parent, string message=wxGetTextFromUserPromptStr, string caption="", string value="", int style=wxTextEntryDialogStyle, Point pos=wxDefaultPosition) | |
string | Value () |
void | Value (string value) |
override int | ShowModal () |
Public Attributes | |
const string | wxGetTextFromUserPromptStr = "Input Text" |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Dialog.
this | ( | Window | parent, | |
string | message = wxGetTextFromUserPromptStr , |
|||
string | caption = "" , |
|||
string | value = "" , |
|||
int | style = wxTextEntryDialogStyle , |
|||
Point | pos = wxDefaultPosition | |||
) |
string Value | ( | ) |
void Value | ( | string | value | ) |
override int ShowModal | ( | ) |
Reimplemented from Dialog.
const string wxGetTextFromUserPromptStr = "Input Text" |