]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/textdlg.tex
Introduced the ability to size a book control based on the currently selected page
[wxWidgets.git] / docs / latex / wx / textdlg.tex
index 3ddb5e33ce1e61fc13930bd290c5414c891c78b9..c09cb219553d5db4a64e0ddce73588d1f836f7a8 100644 (file)
@@ -20,7 +20,7 @@ It is implemented as a generic wxWidgets dialog.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxTextEntryDialog::wxTextEntryDialog}\label{wxtextentrydialogconstr}
+\membersection{wxTextEntryDialog::wxTextEntryDialog}\label{wxtextentrydialogctor}
 
 \func{}{wxTextEntryDialog}{\param{wxWindow* }{parent}, \param{const wxString\& }{message},\rtfsp
 \param{const wxString\& }{caption = "Please enter text"}, \param{const wxString\& }{defaultValue = ""}, \param{long }{style = wxOK \pipe wxCANCEL \pipe wxCENTRE}, \param{const wxPoint\& }{pos = wxDefaultPosition}}
@@ -37,11 +37,11 @@ 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.}
 
-\membersection{wxTextEntryDialog::\destruct{wxTextEntryDialog}}
+\membersection{wxTextEntryDialog::\destruct{wxTextEntryDialog}}\label{wxtextentrydialogdtor}
 
 \func{}{\destruct{wxTextEntryDialog}}{\void}