X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6819fb9bef7a71a74ddb41fed7a9e9945b7cb254..13bcc348811641ec19d2b378777c5edcf1b205a2:/include/wx/msw/slider95.h diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index 928ec45a03..14a1f9dc7c 100644 --- a/include/wx/msw/slider95.h +++ b/include/wx/msw/slider95.h @@ -48,7 +48,7 @@ public: void GetPosition(int *x, int *y) const; - bool Show(bool show = TRUE); + bool Show(bool show = true); void SetRange(int minValue, int maxValue); @@ -99,6 +99,8 @@ protected: int width, int height, int sizeFlags = wxSIZE_AUTO); + virtual wxSize DoGetBestSize() const; + DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95) };