X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bdfb981a826d29e292738a27700543fa10d2bfb..a21d4ad10620573d2089fd3120793113c0687c9d:/include/wx/msw/slider95.h diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index 51befcee29..a47175afb5 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); @@ -78,8 +78,6 @@ public: virtual bool ContainsHWND(WXHWND hWnd) const; void Command(wxCommandEvent& event); - virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor, - WXUINT message, WXWPARAM wParam, WXLPARAM lParam); virtual bool MSWOnScroll(int orientation, WXWORD wParam, WXWORD pos, WXHWND control); @@ -100,7 +98,7 @@ protected: int sizeFlags = wxSIZE_AUTO); virtual wxSize DoGetBestSize() const; - + DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95) };