]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/winpars.h
readded back wxDD_NEW_DIR_BUTTON removed by last commit
[wxWidgets.git] / 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