]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/slider.h
gtk_window_[un]fullscreen only available with GTK >= 2.2
[wxWidgets.git] / include / wx / mac / carbon / slider.h
index ec96420817aa3d9182db527c96da5eb1cda7dbcf..98f82ab467c6f6fa94f1e2290d2ecfc7c77a0086 100644 (file)
@@ -80,7 +80,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 );
  
@@ -90,6 +90,7 @@ public:
      virtual void   DoMoveWindow(int x, int y, int w, int h);
  
   void Command(wxCommandEvent& event);
+    virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;
     void                     MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
 
      wxStaticText*    m_macMinimumStatic ;