[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:
Kevin Hock
2004-11-09 19:13:15 +00:00
parent 12cfa30457
commit 55b46fd164
4 changed files with 71 additions and 1 deletions

View File

@@ -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}