]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false.
[wxWidgets.git] / include / wx / msw / slider95.h
index 928ec45a0387ad3ed45ed27621d4191bf1009131..14a1f9dc7c6f18b3fdd1cd5c83da2979b7a4af66 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);
 
@@ -99,6 +99,8 @@ protected:
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
 
+    virtual wxSize DoGetBestSize() const;
+
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95)
 };