]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/textdlg.tex
added null pointer check and assert
[wxWidgets.git] / docs / latex / wx / textdlg.tex
index 7755a4488c9b49f8674286e7987753ceca65dfa5..69e3baf4fe98a15f65bf05cfc3440da5f1e6f408 100644 (file)
@@ -6,6 +6,7 @@ It is implemented as a generic wxWidgets dialog.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
@@ -37,7 +38,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.}