]>
Commit | Line | Data |
---|---|---|
5f35b46a JS |
1 | \section{wxRichTextCtrl overview}\label{wxrichtextctrloverview} |
2 | ||
3 | Classes: \helpref{wxRichTextCtrl}{wxrichtextctrl}, \helpref{wxRichTextBuffer}{wxrichtextbuffer}, | |
4 | \helpref{wxRichTextAttr}{wxrichtextattr}, \helpref{wxTextAttrEx}{wxtextattrex}, | |
5 | \helpref{wxRichTextCharacterStyleDefinition}{wxrichtextcharacterstyledefinition}, | |
6 | \helpref{wxRichTextParagraphStyleDefinition}{wxrichtextparagraphstyledefinition}, | |
7 | \helpref{wxRichTextStyleSheet}{wxrichtextstylesheet}, | |
8 | \helpref{wxRichTextStyleListBox}{wxrichtextstylelistbox}, | |
9 | \helpref{wxRichTextEvent}{wxrichtextevent}, \helpref{wxRichTextRange}{wxrichtextrange}, | |
10 | \helpref{wxRichTextFileHandler}{wxrichtextfilehandler}, \helpref{wxRichTextHTMLHandler}{wxrichtexthtmlhandler}, | |
11 | \helpref{wxRichTextXMLHandler}{wxrichtextxmlhandler} | |
12 | ||
13 | wxRichTextCtrl provides a generic implementation of a rich text editor | |
14 | ||
15 | The following screenshot shows the wxRichTextCtrl sample in action: | |
16 | ||
17 | $$\image{8cm;0cm}{richtextctrl.gif}$$ | |
18 | ||
19 | \wxheading{Example}\label{wxrichtextctrlexample} | |
20 | ||
21 | TODO | |
22 | ||
23 | {\small | |
24 | \begin{verbatim} | |
25 | \end{verbatim} | |
26 | } | |
27 | ||
28 | \wxheading{Programming with wxRichTextCtrl} | |
29 | ||
30 | TODO | |
31 | ||
32 | \wxheading{How wxRichTextCtrl is implemented} | |
33 | ||
34 | TODO |