// 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();