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:
parent
61609f69a5
commit
968d6f46c8
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue