]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/slider.h
Revert last change, which made it impossible to set a custom text color and then...
[wxWidgets.git] / include / wx / mac / classic / slider.h
index 9599a60c10ba14943c24b1dbaa80e195e144490b..7434b05dc3ccdbc9310d552aad4de86ebabd88db 100644 (file)
 #ifndef _WX_SLIDER_H_
 #define _WX_SLIDER_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "slider.h"
-#endif
-
 #include "wx/control.h"
 #include "wx/slider.h"
 #include "wx/stattext.h"
@@ -80,7 +76,7 @@ public:
 
  
      // set min/max size of the slider
-     virtual void SetSizeHints( int minW, int minH,
+     virtual void DoSetSizeHints( int minW, int minH,
                                 int maxW = -1, int maxH = -1,
                                 int incW = -1, int incH = -1 );