]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/richtextformattingdialog.tex
non-pch build fixes
[wxWidgets.git] / docs / latex / wx / richtextformattingdialog.tex
index 509a11751b1c23a4722778d10a2982352d34576c..3076779e10646c6c0407ac37503f33b320a121ce 100644 (file)
@@ -26,12 +26,21 @@ to apply the user-selected formatting to a control. For example:
  
 \wxheading{Derived from}
 
-\helpref{wxPropertySheetDialog}{wxpropertysheetdialog}
+\helpref{wxPropertySheetDialog}{wxpropertysheetdialog}\\
+\helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
 <wx/richtext/richtextformatdlg.h>
 
+\wxheading{Library}
+
+\helpref{wxRichtext}{librarieslist}
+
 \wxheading{Data structures}
 
 The following flags passed to the dialog constructor indicate the pages to
@@ -93,9 +102,9 @@ Creation: see \helpref{the constructor}{wxrichtextformattingdialog} for details
 
 \membersection{wxRichTextFormattingDialog::GetAttributes}\label{wxrichtextformattingdialoggetattributes}
 
-\constfunc{const wxTextAttrEx\&}{GetAttributes}{\void}
+\constfunc{const wxTextAttr\&}{GetAttributes}{\void}
 
-\func{wxTextAttrEx\&}{GetAttributes}{\void}
+\func{wxTextAttr\&}{GetAttributes}{\void}
 
 Gets the attributes being edited.
 
@@ -107,7 +116,7 @@ Helper for pages to get the top-level dialog.
 
 \membersection{wxRichTextFormattingDialog::GetDialogAttributes}\label{wxrichtextformattingdialoggetdialogattributes}
 
-\func{wxTextAttrEx*}{GetDialogAttributes}{\param{wxWindow* }{win}}
+\func{wxTextAttr*}{GetDialogAttributes}{\param{wxWindow* }{win}}
 
 Helper for pages to get the attributes.
 
@@ -150,7 +159,7 @@ Gets the associated style sheet, if any.
 
 \membersection{wxRichTextFormattingDialog::SetAttributes}\label{wxrichtextformattingdialogsetattributes}
 
-\func{void}{SetAttributes}{\param{const wxTextAttrEx\& }{attr}}
+\func{void}{SetAttributes}{\param{const wxTextAttr\& }{attr}}
 
 Sets the attributes to be edited.
 
@@ -169,7 +178,7 @@ Sets the image list associated with the dialog's property sheet.
 
 \membersection{wxRichTextFormattingDialog::SetStyle}\label{wxrichtextformattingdialogsetstyle}
 
-\func{bool}{SetStyle}{\param{const wxTextAttrEx\& }{style}, \param{bool }{update = true}}
+\func{bool}{SetStyle}{\param{const wxTextAttr\& }{style}, \param{bool }{update = true}}
 
 Sets the attributes and optionally updates the display, if {\it update} is \true.
 
@@ -207,6 +216,10 @@ override one or more functions, and call the static function wxRichTextFormattin
 
 <wx/richtext/richtextformatdlg.h>
 
+\wxheading{Library}
+
+\helpref{wxRichtext}{librarieslist}
+
 \latexignore{\rtfignore{\wxheading{Members}}}