projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
corrected wording of application shutdown logic description
[wxWidgets.git]
/
docs
/
latex
/
wx
/
htwinprs.tex
diff --git
a/docs/latex/wx/htwinprs.tex
b/docs/latex/wx/htwinprs.tex
index 2b63d822ea4d8a907b50236f008b7838b0f59e36..930306a5afc36cfacd859ad2f7bfa9086c2d1ec8 100644
(file)
--- a/
docs/latex/wx/htwinprs.tex
+++ b/
docs/latex/wx/htwinprs.tex
@@
-6,7
+6,7
@@
\section{\class{wxHtmlWinParser}}\label{wxhtmlwinparser}
This class is derived from \helpref{wxHtmlParser}{wxhtmlparser} and
\section{\class{wxHtmlWinParser}}\label{wxhtmlwinparser}
This class is derived from \helpref{wxHtmlParser}{wxhtmlparser} and
-its mai
l
goal is to parse HTML input so that it can be displayed in
+its mai
n
goal is to parse HTML input so that it can be displayed in
\helpref{wxHtmlWindow}{wxhtmlwindow}. It uses a special
\helpref{wxHtmlWinTagHandler}{wxhtmlwintaghandler}.
\helpref{wxHtmlWindow}{wxhtmlwindow}. It uses a special
\helpref{wxHtmlWinTagHandler}{wxhtmlwintaghandler}.
@@
-32,10
+32,12
@@
The product of parsing is a wxHtmlCell (resp. wxHtmlContainer) object.
\func{}{wxHtmlWinParser}{\void}
\func{}{wxHtmlWinParser}{\void}
-\func{}{wxHtmlWinParser}{\param{wxHtmlWindow
}{*wnd
}}
+\func{}{wxHtmlWinParser}{\param{wxHtmlWindow
Interface }{*wndIface
}}
Constructor. Don't use the default one, use constructor with
Constructor. Don't use the default one, use constructor with
-{\it wnd} parameter ({\it wnd} is pointer to associated \helpref{wxHtmlWindow}{wxhtmlwindow})
+{\it wndIface} parameter ({\it wndIface} is a pointer to interface object for
+the associated \helpref{wxHtmlWindow}{wxhtmlwindow} or other HTML rendering
+window such as \helpref{wxHtmlListBox}{wxhtmllistbox}).
\membersection{wxHtmlWinParser::AddModule}\label{wxhtmlwinparseraddmodule}
\membersection{wxHtmlWinParser::AddModule}\label{wxhtmlwinparseraddmodule}
@@
-269,9
+271,10
@@
Sets underlined flag of actualfont. {\it x} is either true of false.
\membersection{wxHtmlWinParser::SetFonts}\label{wxhtmlwinparsersetfonts}
\membersection{wxHtmlWinParser::SetFonts}\label{wxhtmlwinparsersetfonts}
-\func{void}{SetFonts}{\param{
wxString }{normal\_face}, \param{wxString }{fixed\_face}, \param{const int }{*sizes
}}
+\func{void}{SetFonts}{\param{
const wxString\& }{normal\_face}, \param{const wxString\& }{fixed\_face}, \param{const int }{*sizes = NULL
}}
-Sets fonts. This method is identical to \helpref{wxHtmlWindow::SetFonts}{wxhtmlwindowsetfonts}
+Sets fonts. See \helpref{wxHtmlWindow::SetFonts}{wxhtmlwindowsetfonts} for
+detailed description.
\membersection{wxHtmlWinParser::SetInputEncoding}\label{wxhtmlwinparsersetinputencoding}
\membersection{wxHtmlWinParser::SetInputEncoding}\label{wxhtmlwinparsersetinputencoding}