]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
wxMovieCtrl - for playing movies - mac carbon QT 3 MSW-compatable implementation...
[wxWidgets.git] / include / wx / msw / slider95.h
index 51befcee29c44c7b280efb910d7924e88f0f147f..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);
 
@@ -100,7 +100,7 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
 
     virtual wxSize DoGetBestSize() const;
-    
+
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95)
 };