]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixes to recently added documentation of wxPasswordEntryDialog.
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 10 Nov 2004 18:51:22 +0000 (18:51 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 10 Nov 2004 18:51:22 +0000 (18:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/classes.tex
docs/latex/wx/passdlg.tex
docs/latex/wx/textdlg.tex

index 4f0ddf2bf5a01cfedd9ad5f5fadea24acd2beebe..0880b91ce45f7380e520063f14e225af81cfa585 100644 (file)
 \input paintevt.tex
 \input palette.tex
 \input panel.tex
+\input passdlg.tex
 \input pathlist.tex
 \input pen.tex
 \input plotcurve.tex
index 8960e2f3ea50e43b0693524024686dbdf9e5393f..34ab9ac058ef12dcef35ceb56ef38612317170f2 100644 (file)
@@ -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.}
index 7755a4488c9b49f8674286e7987753ceca65dfa5..c09cb219553d5db4a64e0ddce73588d1f836f7a8 100644 (file)
@@ -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.}