X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..c72e7103e4161c7e49979dc90674756d022926d9:/docs/latex/wx/htwinprs.tex?ds=sidebyside diff --git a/docs/latex/wx/htwinprs.tex b/docs/latex/wx/htwinprs.tex index cfdb392f39..473a8cd0ea 100644 --- a/docs/latex/wx/htwinprs.tex +++ b/docs/latex/wx/htwinprs.tex @@ -32,7 +32,7 @@ The product of parsing is a wxHtmlCell (resp. wxHtmlContainer) object. \func{}{wxHtmlWinParser}{\void} -\func{}{wxHtmlWinParser}{\param{wxWindow }{*wnd}} +\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}) @@ -43,6 +43,14 @@ 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} @@ -185,7 +193,7 @@ that is supported by operating system. \membersection{wxHtmlWinParser::GetWindow}\label{wxhtmlwinparsergetwindow} -\func{wxWindow*}{GetWindow}{\void} +\func{wxHtmlWindow*}{GetWindow}{\void} Returns associated window (wxHtmlWindow). This may be NULL! (You should always test if it is non-NULL. For example {\tt TITLE} handler sets window