]> git.saurik.com Git - wxWidgets.git/commitdiff
documented Kendall's change of wxHtmlWindow::LoadPage to virtual function
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 9 Jun 2001 19:11:24 +0000 (19:11 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 9 Jun 2001 19:11:24 +0000 (19:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/htwindow.tex

index a76372013828430aa8a1cfc8d1b25a8d5c597438..e386da35f973b6386d7f1ac64e384795aa675007 100644 (file)
@@ -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: