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{wxWindow
}{wxwindow
}\\
11 \helpref{wxEvtHandler
}{wxevthandler
}\\
12 \helpref{wxObject
}{wxobject
}
14 \wxheading{Include files
}
20 \helpref{wxPassowrdEntryDialog overview
}{wxpasswordentrydialogoverview
}
22 \latexignore{\rtfignore{\wxheading{Members
}}}
24 \membersection{wxPasswordEntryDialog::wxPasswordEntryDialog
}\label{wxpasswordentrydialogctor
}
26 \func{}{wxPasswordEntryDialog
}{\param{wxWindow*
}{parent
},
\param{const wxString\&
}{message
},
\rtfsp
27 \param{const wxString\&
}{caption = "Enter password"
},
\param{const wxString\&
}{defaultValue = ""
},
\param{long
}{style = wxOK
\pipe wxCANCEL
\pipe wxCENTRE
},
\param{const wxPoint\&
}{pos = wxDefaultPosition
}}
29 Constructor. Use
\helpref{wxTextEntryDialog::ShowModal
}{wxtextentrydialogshowmodal
} to show the dialog.
31 \wxheading{Parameters
}
33 \docparam{parent
}{Parent window.
}
35 \docparam{message
}{Message to show on the dialog.
}
37 \docparam{defaultValue
}{The default value, which may be the empty string.
}
39 \docparam{style
}{A dialog style, specifying the buttons (wxOK, wxCANCEL)
40 and an optional wxCENTRE style. You do not need to specify the
\windowstyle{wxTE
\_PASSWORD} style, it is always applied.
}
42 \docparam{pos
}{Dialog position.
}