wxpasswordentrydialogthis 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 include files <wx/textdlg.h> see also wxpassowrdentrydialog overview members
wxpasswordentrydialog::wxpasswordentrydialog
wxpasswordentrydialog::wxpasswordentrydialogwxpasswordentrydialog(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
|