]> git.saurik.com Git - wxWidgets.git/commitdiff
added comment explaining how to replace calls to deprecated method
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 21 Apr 2006 20:47:48 +0000 (20:47 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 21 Apr 2006 20:47:48 +0000 (20:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/winpars.h

index 965738d542374c7262a3d469a5368f67976ae3a5..f173ec1ba905ca9474f41c46270e3309c3112d3c 100644 (file)
@@ -64,9 +64,10 @@ public:
     // for this DC. If you want actual values, call
     // GetDC()->GetChar...()
 
-    // returns associated wxWindow
+    // returns interface to the rendering window
     wxHtmlWindowInterface *GetWindowInterface() {return m_windowInterface;}
 #if WXWIN_COMPATIBILITY_2_6
+    // deprecated, use GetWindowInterface()->GetHTMLWindow() instead
     wxDEPRECATED( wxHtmlWindow *GetWindow() );
 #endif