From 2585f54330f1a9ce474c731948fe5f5ec6d17455 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 10 Nov 2004 18:51:22 +0000 Subject: [PATCH] Fixes to recently added documentation of wxPasswordEntryDialog. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/classes.tex | 1 + docs/latex/wx/passdlg.tex | 2 +- docs/latex/wx/textdlg.tex | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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.} -- 2.45.2