1 \section{\class{wxPasswordEntryDialog
}}\label{wxpasswordentrydialog
}
3 This class represents a dialog that requests a one-line password string from the user.
4 It is implemented as a generic wxWidgets dialog.
6 \wxheading{Derived from
}
8 \helpref{wxTextEntryDialog
}{wxtextentrydialog
}\\
9 \helpref{wxDialog
}{wxdialog
}\\
10 \helpref{wxTopLevelWindow
}{wxtoplevelwindow
}\\
11 \helpref{wxWindow
}{wxwindow
}\\
12 \helpref{wxEvtHandler
}{wxevthandler
}\\
13 \helpref{wxObject
}{wxobject
}
15 \wxheading{Include files
}
21 \helpref{wxPassowrdEntryDialog overview
}{wxpasswordentrydialogoverview
}
23 \latexignore{\rtfignore{\wxheading{Members
}}}
25 \membersection{wxPasswordEntryDialog::wxPasswordEntryDialog
}\label{wxpasswordentrydialogctor
}
27 \func{}{wxPasswordEntryDialog
}{\param{wxWindow*
}{parent
},
\param{const wxString\&
}{message
},
\rtfsp
28 \param{const wxString\&
}{caption = "Enter password"
},
\param{const wxString\&
}{defaultValue = ""
},
\param{long
}{style = wxOK
\pipe wxCANCEL
\pipe wxCENTRE
},
\param{const wxPoint\&
}{pos = wxDefaultPosition
}}
30 Constructor. Use
\helpref{wxTextEntryDialog::ShowModal
}{wxtextentrydialogshowmodal
} to show the dialog.
32 \wxheading{Parameters
}
34 \docparam{parent
}{Parent window.
}
36 \docparam{message
}{Message to show on the dialog.
}
38 \docparam{defaultValue
}{The default value, which may be the empty string.
}
40 \docparam{style
}{A dialog style, specifying the buttons (wxOK, wxCANCEL)
41 and an optional wxCENTRE style. You do not need to specify the
\windowstyle{wxTE
\_PASSWORD} style, it is always applied.
}
43 \docparam{pos
}{Dialog position.
}