]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/textctrl.h
fix typo in drawing slider ticks; added assert to check for it (slightly modified...
[wxWidgets.git] / include / wx / mac / textctrl.h
index 799265855285c34ef7c748a7b04b22f9b517891a..5c2c753c43d774808fa32c562c0ff0b081ed6780 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_TEXTCTRL_H_
 #define _WX_TEXTCTRL_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "textctrl.h"
 #endif
 
@@ -152,7 +152,8 @@ public:
     void OnUpdateRedo(wxUpdateUIEvent& event);
 
        virtual bool MacCanFocus() const { return true ; }
-    
+    virtual bool MacSetupCursor( const wxPoint& pt ) ;
+
     virtual void        MacSuperShown( bool show ) ;
     virtual bool        Show(bool show = TRUE) ;