git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38875
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// for this DC. If you want actual values, call
// GetDC()->GetChar...()
// 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
wxHtmlWindowInterface *GetWindowInterface() {return m_windowInterface;}
#if WXWIN_COMPATIBILITY_2_6
+ // deprecated, use GetWindowInterface()->GetHTMLWindow() instead
wxDEPRECATED( wxHtmlWindow *GetWindow() );
#endif
wxDEPRECATED( wxHtmlWindow *GetWindow() );
#endif