X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..f1e7793361bb0106611e5d1373b4e1e6ed30f14f:/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) };