]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/gizmos/splittree.h
First pass at wxPython for Mac (darwin only so far). It
[wxWidgets.git] / contrib / include / wx / gizmos / splittree.h
index d5e178bb598bd5bcfee96cddba063cbbcc05d9ef..4be4386cda376eb21d794722ed3efba702175b7c 100644 (file)
@@ -78,13 +78,16 @@ public:
     // In case we're using the generic tree control.
     virtual void PrepareDC(wxDC& dc);
 
+    // In case we're using the generic tree control.
+    virtual int GetScrollPos(int orient) const;
+
 //// Helpers
        void HideVScrollbar();
 
        // Calculate the tree overall size so we can set the scrollbar
        // correctly
        void CalcTreeSize(wxRect& rect);
-       void CalcTreeSize(wxTreeItemId& id, wxRect& rect);
+       void CalcTreeSize(const wxTreeItemId& id, wxRect& rect);
 
        // Adjust the containing wxScrolledWindow's scrollbars appropriately
        void AdjustRemoteScrollbars();