X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..e4a4a50b904a3194851fe5f81e09e266bb161596:/include/wx/msw/slider95.h diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index d1efb04d8c..14a1f9dc7c 100644 --- a/include/wx/msw/slider95.h +++ b/include/wx/msw/slider95.h @@ -46,11 +46,9 @@ 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); + bool Show(bool show = true); void SetRange(int minValue, int maxValue); @@ -101,6 +99,8 @@ protected: int width, int height, int sizeFlags = wxSIZE_AUTO); + virtual wxSize DoGetBestSize() const; + DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95) };