]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/webkit.h
Moved WinPrinter from private.h to printdlg.cpp.
[wxWidgets.git] / include / wx / html / webkit.h
index 6ab9f806dba1a602d363eee73832f301d69e4ced..2a1fea8f5841a55e0f8e9d2b60723ae13c3f24eb 100644 (file)
@@ -85,6 +85,12 @@ public:
     void SetScrollPos(int pos);
     int GetScrollPos();
 
+    // don't hide base class virtuals
+    virtual void SetScrollPos( int orient, int pos, bool refresh = true )
+        { return wxControl::SetScrollPos(orient, pos, refresh); }
+    virtual int GetScrollPos( int orient ) const
+        { return wxControl::GetScrollPos(orient); }
+
     //we need to resize the webview when the control size changes
     void OnSize(wxSizeEvent &event);
     void OnMove(wxMoveEvent &event);