]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/spinbutt.h
1. added native wxMessageDialog implementation for GTK+2
[wxWidgets.git] / include / wx / mac / spinbutt.h
index 934888ee06c5ccf352e322f483be20035bea11fb..f11a058b47c9cf1d36d90207d152d351f550c23a 100644 (file)
@@ -1,18 +1,18 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        spinbutt.h
 // Purpose:     wxSpinButton class
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
+// Copyright:   (c) Stefan Csomor
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_SPINBUTT_H_
 #define _WX_SPINBUTT_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "spinbutt.h"
 #endif
 
@@ -64,9 +64,10 @@ public:
 
     // implementation
     
-    virtual void MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ;
+    virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ;
 
 protected:
+    void         MacHandleValueChanged( int inc ) ;
    virtual wxSize DoGetBestSize() const;
    int m_value ;