diff --git a/docs/latex/wx/classes.tex b/docs/latex/wx/classes.tex index 4f0ddf2bf5..0880b91ce4 100644 --- a/docs/latex/wx/classes.tex +++ b/docs/latex/wx/classes.tex @@ -233,6 +233,7 @@ \input paintevt.tex \input palette.tex \input panel.tex +\input passdlg.tex \input pathlist.tex \input pen.tex \input plotcurve.tex diff --git a/docs/latex/wx/passdlg.tex b/docs/latex/wx/passdlg.tex index 8960e2f3ea..34ab9ac058 100644 --- a/docs/latex/wx/passdlg.tex +++ b/docs/latex/wx/passdlg.tex @@ -37,6 +37,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.} diff --git a/docs/latex/wx/textdlg.tex b/docs/latex/wx/textdlg.tex index 7755a4488c..c09cb21955 100644 --- a/docs/latex/wx/textdlg.tex +++ b/docs/latex/wx/textdlg.tex @@ -37,7 +37,7 @@ Constructor. Use \helpref{wxTextEntryDialog::ShowModal}{wxtextentrydialogshowmod \docparam{style}{A dialog style, specifying the buttons (wxOK, wxCANCEL) and an optional wxCENTRE style. Additionally, wxTextCtrl styles (such as -{\tt wxTE\_PASSWORD} may be specified here.} +\windowstyle{wxTE\_PASSWORD}) may be specified here.} \docparam{pos}{Dialog position.}