\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.
\membersection{wxRichTextFormattingDialog::GetDialogAttributes}\label{wxrichtextformattingdialoggetdialogattributes}
-\func{wxTextAttrEx*}{GetDialogAttributes}{\param{wxWindow* }{win}}
+\func{wxTextAttr*}{GetDialogAttributes}{\param{wxWindow* }{win}}
Helper for pages to get the attributes.
\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.
\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.