From: Václav Slavík Date: Sat, 9 Jun 2001 19:11:24 +0000 (+0000) Subject: documented Kendall's change of wxHtmlWindow::LoadPage to virtual function X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/298d86536801bde42431cee95a8ac1a921b83139 documented Kendall's change of wxHtmlWindow::LoadPage to virtual function git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/htwindow.tex b/docs/latex/wx/htwindow.tex index a763720138..e386da35f9 100644 --- a/docs/latex/wx/htwindow.tex +++ b/docs/latex/wx/htwindow.tex @@ -127,7 +127,7 @@ Moves to next page in history. \membersection{wxHtmlWindow::LoadPage}\label{wxhtmlwindowloadpage} -\func{bool}{LoadPage}{\param{const wxString\& }{location}} +\func{virtual bool}{LoadPage}{\param{const wxString\& }{location}} Unlike SetPage this function first loads HTML page from {\it location} and then displays it. See example: