X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e03ca426818f6c9fc2608644fc2c99a9acefb6bc..f21fcc9d2e6ba3e02a686b4ed11102fdcc4c49bb:/docs/latex/wx/htwinprs.tex?ds=sidebyside diff --git a/docs/latex/wx/htwinprs.tex b/docs/latex/wx/htwinprs.tex index 473a8cd0ea..9e2424ff7b 100644 --- a/docs/latex/wx/htwinprs.tex +++ b/docs/latex/wx/htwinprs.tex @@ -35,7 +35,7 @@ The product of parsing is a wxHtmlCell (resp. wxHtmlContainer) object. \func{}{wxHtmlWinParser}{\param{wxHtmlWindow }{*wnd}} Constructor. Don't use the default one, use constructor with -{\it wnd} paremeter ({\it wnd} is pointer to associated \helpref{wxHtmlWindow}{wxhtmlwindow}) +{\it wnd} parameter ({\it wnd} is pointer to associated \helpref{wxHtmlWindow}{wxhtmlwindow}) \membersection{wxHtmlWinParser::AddModule}\label{wxhtmlwinparseraddmodule} @@ -43,14 +43,6 @@ Constructor. Don't use the default one, use constructor with Adds \helpref{module}{handlers} to the list of wxHtmlWinParser tag handler. -\membersection{wxHtmlWinParser::CanOpenURL}\label{wxhtmlwinparsercanopenurl} - -\func{virtual bool}{CanOpenURL}{\param{const wxString\& }{url}} - -Call this function to determine whether you are allowed to open given URL. -Default behaviour is to call \helpref{wxHtmlWindow::OnOpeningURL}{wxhtmlwindowonopeningurl} -of the associated wxHtmlWindow object. - \membersection{wxHtmlWinParser::CloseContainer}\label{wxhtmlwinparserclosecontainer} \func{wxHtmlContainerCell*}{CloseContainer}{\void} @@ -106,7 +98,7 @@ know the height of the current font, call {\tt GetDC -> GetCharWidth()} \constfunc{wxHtmlContainerCell*}{GetContainer}{\void} -Returns pointer to the currectly opened container (see \helpref{Overview}{cells}). +Returns pointer to the currently opened container (see \helpref{Overview}{cells}). Common use: \begin{verbatim}