#ifndef _WX_TEXTCTRL_H_
#define _WX_TEXTCTRL_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "textctrl.h"
#endif
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) ;