From: Václav Slavík Date: Fri, 21 Apr 2006 20:47:48 +0000 (+0000) Subject: added comment explaining how to replace calls to deprecated method X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/968d6f46c8d3eb82ae00fdcf338b2f7990bf2a48?ds=inline added comment explaining how to replace calls to deprecated method git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/winpars.h b/include/wx/html/winpars.h index 965738d542..f173ec1ba9 100644 --- a/include/wx/html/winpars.h +++ b/include/wx/html/winpars.h @@ -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