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
This commit is contained in:
34
docs/latex/wx/richtextoverview.tex
Normal file
34
docs/latex/wx/richtextoverview.tex
Normal file
@@ -0,0 +1,34 @@
|
||||
\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
|
Reference in New Issue
Block a user