X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb29e7071f01834400fda4c51b5fb7717374be76..a132a1c810bea2d37b09f01524b57440c968de1c:/contrib/include/wx/gizmos/splittree.h diff --git a/contrib/include/wx/gizmos/splittree.h b/contrib/include/wx/gizmos/splittree.h index 5758dde534..4be4386cda 100644 --- a/contrib/include/wx/gizmos/splittree.h +++ b/contrib/include/wx/gizmos/splittree.h @@ -78,6 +78,9 @@ 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();