This class represents a dialog that requests a one-line password string from the user. It is implemented as a generic wxWidgets dialog.
Derived from
wxTextEntryDialog
wxDialog
wxWindow
wxEvtHandler
wxObject
Include files
<wx/textdlg.h>
See also
wxPassowrdEntryDialog overview
Members
wxPasswordEntryDialog::wxPasswordEntryDialog
wxPasswordEntryDialog(wxWindow* parent, const wxString& message, const wxString& caption = "Enter password", const wxString& defaultValue = "", long style = wxOK | wxCANCEL | wxCENTRE, const wxPoint& pos = wxDefaultPosition)
Constructor. Use wxTextEntryDialog::ShowModal to show the dialog.
Parameters
parent
message
defaultValue
style
pos