[1001483] Added wxPasswordEntryDialog analagous to wxTextEntryDialog, allows detecting entering an empty string vs. cancel unlike the wxGetPasswordFromUser dialog function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
Classes: \helpref{wxColourDialog}{wxcolourdialog}, \helpref{wxFontDialog}{wxfontdialog},
|
||||
\rtfsp\helpref{wxPrintDialog}{wxprintdialog}, \helpref{wxFileDialog}{wxfiledialog},\rtfsp
|
||||
\helpref{wxDirDialog}{wxdirdialog}, \helpref{wxTextEntryDialog}{wxtextentrydialog},\rtfsp
|
||||
\helpref{wxPasswordEntryDialog}{wxpasswordentrydialog},\rtfsp
|
||||
\helpref{wxMessageDialog}{wxmessagedialog}, \helpref{wxSingleChoiceDialog}{wxsinglechoicedialog},\rtfsp
|
||||
\helpref{wxMultiChoiceDialog}{wxmultichoicedialog}
|
||||
|
||||
@@ -178,6 +179,13 @@ Classes: \helpref{wxTextEntryDialog}{wxtextentrydialog}
|
||||
This is a dialog with a text entry field. The value that the user
|
||||
entered is obtained using \helpref{wxTextEntryDialog::GetValue}{wxtextentrydialoggetvalue}.
|
||||
|
||||
\subsection{wxPasswordEntryDialog overview}\label{wxpasswordentrydialogoverview}
|
||||
|
||||
Classes: \helpref{wxPasswordEntryDialog}{wxpasswordentrydialog}
|
||||
|
||||
This is a dialog with a password entry field. The value that the user
|
||||
entered is obtained using \helpref{wxTextEntryDialog::GetValue}{wxtextentrydialoggetvalue}.
|
||||
|
||||
\subsection{wxMessageDialog overview}\label{wxmessagedialogoverview}
|
||||
|
||||
Classes: \helpref{wxMessageDialog}{wxmessagedialog}
|
||||
|
Reference in New Issue
Block a user