X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..5f6cfda79ff6d1ddc0b1b88c0ba9a69c4dd1f3f3:/include/wx/msw/slider95.h diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index d1efb04d8c..51befcee29 100644 --- a/include/wx/msw/slider95.h +++ b/include/wx/msw/slider95.h @@ -46,8 +46,6 @@ public: virtual int GetValue() const; virtual void SetValue(int); - void GetSize(int *w, int *h) const; - void GetPosition(int *x, int *y) const; bool Show(bool show = TRUE); @@ -101,6 +99,8 @@ protected: int width, int height, int sizeFlags = wxSIZE_AUTO); + virtual wxSize DoGetBestSize() const; + DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95) };