]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
really implemented operator==(); reformatted a little
[wxWidgets.git] / include / wx / msw / slider95.h
index 928ec45a0387ad3ed45ed27621d4191bf1009131..a47175afb527dd93c680afdcad6762a3f9be7d6e 100644 (file)
@@ -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);
 
@@ -99,6 +97,8 @@ protected:
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
 
+    virtual wxSize DoGetBestSize() const;
+
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95)
 };