Put wxTextAttr into separate file to allow correct ordering git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
35 lines
1.1 KiB
TeX
35 lines
1.1 KiB
TeX
\section{wxRichTextCtrl overview}\label{wxrichtextctrloverview}
|
|
|
|
Classes: \helpref{wxRichTextCtrl}{wxrichtextctrl}, \helpref{wxRichTextBuffer}{wxrichtextbuffer},
|
|
\helpref{wxRichTextAttr}{wxrichtextattr}, \helpref{wxTextAttrEx}{wxtextattrex},
|
|
\helpref{wxRichTextCharacterStyleDefinition}{wxrichtextcharacterstyledefinition},
|
|
\helpref{wxRichTextParagraphStyleDefinition}{wxrichtextparagraphstyledefinition},
|
|
\helpref{wxRichTextStyleSheet}{wxrichtextstylesheet},
|
|
\helpref{wxRichTextStyleListBox}{wxrichtextstylelistbox},
|
|
\helpref{wxRichTextEvent}{wxrichtextevent}, \helpref{wxRichTextRange}{wxrichtextrange},
|
|
\helpref{wxRichTextFileHandler}{wxrichtextfilehandler}, \helpref{wxRichTextHTMLHandler}{wxrichtexthtmlhandler},
|
|
\helpref{wxRichTextXMLHandler}{wxrichtextxmlhandler}
|
|
|
|
wxRichTextCtrl provides a generic implementation of a rich text editor
|
|
|
|
The following screenshot shows the wxRichTextCtrl sample in action:
|
|
|
|
$$\image{8cm;0cm}{richtextctrl.gif}$$
|
|
|
|
\wxheading{Example}\label{wxrichtextctrlexample}
|
|
|
|
TODO
|
|
|
|
{\small
|
|
\begin{verbatim}
|
|
\end{verbatim}
|
|
}
|
|
|
|
\wxheading{Programming with wxRichTextCtrl}
|
|
|
|
TODO
|
|
|
|
\wxheading{How wxRichTextCtrl is implemented}
|
|
|
|
TODO
|