]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/passdlg.tex
Moved desktop margin options to a more sensible place
[wxWidgets.git] / docs / latex / wx / passdlg.tex
index 8960e2f3ea50e43b0693524024686dbdf9e5393f..90d6f58db8c51b33cb6ce7c506faa3cde3c764ee 100644 (file)
@@ -7,6 +7,7 @@ It is implemented as a generic wxWidgets dialog.
 
 \helpref{wxTextEntryDialog}{wxtextentrydialog}\\
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
@@ -37,6 +38,6 @@ Constructor. Use \helpref{wxTextEntryDialog::ShowModal}{wxtextentrydialogshowmod
 \docparam{defaultValue}{The default value, which may be the empty string.}
 
 \docparam{style}{A dialog style, specifying the buttons (wxOK, wxCANCEL)
-and an optional wxCENTRE style. You do not need to specify the wxTE_PASSWORD style, it is always applied.
+and an optional wxCENTRE style. You do not need to specify the \windowstyle{wxTE\_PASSWORD} style, it is always applied.}
 
 \docparam{pos}{Dialog position.}