]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
Patch #1053364 - combobox shoult not remember position after clearing.
[wxWidgets.git] / include / wx / msw / slider95.h
index 06e13d4b8d5872980a64d38ba25bfbe31a87e431..14a1f9dc7c6f18b3fdd1cd5c83da2979b7a4af66 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _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);
 
@@ -100,7 +100,7 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
 
     virtual wxSize DoGetBestSize() const;
-    
+
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95)
 };