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
This commit is contained in:
Václav Slavík
2006-04-21 20:47:48 +00:00
parent 61609f69a5
commit 968d6f46c8

View File

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