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:
27
docs/latex/wx/richtexthtmlhandler.tex
Normal file
27
docs/latex/wx/richtexthtmlhandler.tex
Normal file
@@ -0,0 +1,27 @@
|
||||
\section{\class{wxRichTextHTMLHandler}}\label{wxrichtexthtmlhandler}
|
||||
|
||||
Handles HTML output (only) for \helpref{wxRichTextCtrl}{wxrichtextctrl} content.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
\helpref{wxRichTextFileHandler}{wxrichtextfilehandler}
|
||||
|
||||
\wxheading{Include files}
|
||||
|
||||
<wx/richtext/richtexthtml.h>
|
||||
|
||||
\wxheading{Data structures}
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxRichTextHTMLHandler::wxRichTextHTMLHandler}\label{wxrichtexthtmlhandlerwxrichtexthtmlhandler}
|
||||
|
||||
\func{}{wxRichTextHTMLHandler}{\param{const wxString\& }{name = wxT("HTML")}, \param{const wxString\& }{ext = wxT("html")}, \param{int }{type = wxRICHTEXT\_TYPE\_HTML}}
|
||||
|
||||
Constructor.
|
||||
|
||||
\membersection{wxRichTextHTMLHandler::DoSaveFile}\label{wxrichtexthtmlhandlerdosavefile}
|
||||
|
||||
\func{bool}{DoSaveFile}{\param{wxRichTextBuffer* }{buffer}, \param{wxOutputStream\& }{stream}}
|
||||
|
||||
Saves the buffer content to the HTML stream.
|
Reference in New Issue
Block a user