]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/slider.h
added definition of TARGET_CARBON when compiling with non generated setup.h
[wxWidgets.git] / include / wx / mac / slider.h
index b5dd7e48e76300579c98fb73f511636d8aa9419b..5a3c76f86a1364eac5d9e8b2db6b5249d514f453 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_SLIDER_H_
 #define _WX_SLIDER_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "slider.h"
 #endif
 
@@ -87,7 +87,8 @@ public:
      virtual void   DoMoveWindow(int x, int y, int w, int h);
  
   void Command(wxCommandEvent& event);
-       void                                    MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ;
+       void                                    MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ;
+       virtual void            MacUpdateDimensions() ;
 
        wxStaticText*   m_macMinimumStatic ;
        wxStaticText*   m_macMaximumStatic ;