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
|