]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/private.h
fix for IBM xlC 8, it can't compile Clone() if wxDataFormat is not defined
[wxWidgets.git] / include / wx / osx / cocoa / private.h
index 507816b18217b0b1c723116bba4591fcff5d44ce..a3c3eb6e1578db2bb475766a743ab500e862c242 100644 (file)
@@ -128,6 +128,9 @@ public :
     virtual void        DoNotifyFocusEvent(bool receivedFocus); 
 
     void                SetFlipped(bool flipped);
+    bool                IsFlipped() const { return m_isFlipped; }
+
+    // cocoa thunk connected calls
 
     virtual unsigned int        draggingEntered(void* sender, WXWidget slf, void* _cmd);
     virtual void                draggingExited(void* sender, WXWidget slf, void* _cmd);
@@ -142,8 +145,8 @@ public :
     virtual bool                isFlipped(WXWidget slf, void* _cmd);
     virtual void                drawRect(void* rect, WXWidget slf, void* _cmd);
     
-    virtual void                clickedAction(WXWidget slf, void* _cmd, void* sender);
-    virtual void                doubleClickedAction(WXWidget slf, void* _cmd, void *sender);
+    virtual void                controlAction(WXWidget slf, void* _cmd, void* sender);
+    virtual void                controlDoubleAction(WXWidget slf, void* _cmd, void *sender);
 
 protected:
     WXWidget m_osxView;
@@ -266,7 +269,7 @@ protected :
 
     @end 
     
-    void wxOSXCocoaClassAddWXMethods(Class c);
+    void WXDLLIMPEXP_CORE wxOSXCocoaClassAddWXMethods(Class c);
 
 #endif // __OBJC__