クラス |
class | wxPasswordEntryDialog |
| This class represents a dialog that requests a one-line password string from the user. More...
|
class | wxTextEntryDialog |
| This class represents a dialog that requests a one-line text string from the user. More...
|
Defines |
#define | wxTextEntryDialogStyle (wxOK | wxCANCEL | wxCENTRE | wxWS_EX_VALIDATE_RECURSIVELY) |
| Default text dialog style.
|
Functions |
wxString | wxGetTextFromUser (const wxString &message, const wxString &caption=wxGetTextFromUserPromptStr, const wxString &default_value=wxEmptyString, wxWindow *parent=NULL, int x=wxDefaultCoord, int y=wxDefaultCoord, bool centre=true) |
| Pop up a dialog box with title set to caption, message , and a default_value .
|
wxString | wxGetPasswordFromUser (const wxString &message, const wxString &caption=wxGetPasswordFromUserPromptStr, const wxString &default_value=wxEmptyString, wxWindow *parent=NULL, int x=wxDefaultCoord, int y=wxDefaultCoord, bool centre=true) |
| Similar to wxGetTextFromUser() but the text entered in the dialog is not shown on screen but replaced with stars.
|
Variables |
const char | wxGetTextFromUserPromptStr [] = "Input Text" |
| Default text dialog caption.
|
const char | wxGetPasswordFromUserPromptStr [] = "Enter Password" |
| Default password dialog caption.
|