Files
wxWidgets/docs/latex/wx/richtextoverview.tex
Julian Smart 5f35b46aab First cut at wxRichTextCtrl documentation
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
2006-07-01 20:30:58 +00:00

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