Fixes to recently added documentation of wxPasswordEntryDialog.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-11-10 18:51:22 +00:00
parent 2268569346
commit 2585f54330
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View 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.}

View 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.}