]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/symbolpickerdialog.tex
no changes, just come cleanup and more comments
[wxWidgets.git] / docs / latex / wx / symbolpickerdialog.tex
index e16bb97a2596ad5fb0d1f1844b25b1f55deff20d..69189638f335702043248939da844c30488aeb86 100644 (file)
@@ -26,7 +26,7 @@ rich text control in either the current font or specified font.
 \begin{verbatim}
     wxRichTextCtrl* ctrl = (wxRichTextCtrl*) FindWindow(ID_RICHTEXT_CTRL);
 
-    wxTextAttrEx attr;
+    wxTextAttr attr;
     attr.SetFlags(wxTEXT_ATTR_FONT);
     ctrl->GetStyle(ctrl->GetInsertionPoint(), attr);
 
@@ -61,7 +61,11 @@ rich text control in either the current font or specified font.
 
 \wxheading{Derived from}
 
-\helpref{wxDialog}{wxdialog}
+\helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}