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:
@@ -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
|
||||
|
@@ -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.}
|
||||
|
@@ -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.}
|
||||
|
||||
|
Reference in New Issue
Block a user