]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/symbolpickerdialog.tex
fix LaTeX error (escape underscores); don't abuse bold face
[wxWidgets.git] / docs / latex / wx / symbolpickerdialog.tex
index 7bb3c7f0e79f4a5d2d85904499d931b2ea00240f..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,12 +61,20 @@ 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}
 
 <wx/richtext/richtextsymboldlg.h>
 
+\wxheading{Library}
+
+\helpref{wxRichtext}{librarieslist}
+
 \wxheading{Data structures}
 
 \latexignore{\rtfignore{\wxheading{Members}}}