]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/private.h
Fixes and tweaks and additions to the wxHtml docs for Phoenix
[wxWidgets.git] / include / wx / osx / cocoa / private.h
index 283e8ee64b05ee60a46482847d2294cf5bf67db7..998705a26458af2724da6decbda9c1520e86be61 100644 (file)
@@ -105,6 +105,8 @@ public :
     void                CaptureMouse();
     void                ReleaseMouse();
 
+    void                SetDropTarget(wxDropTarget* target);
+    
     wxInt32             GetValue() const;
     void                SetValue( wxInt32 v );
     wxBitmap            GetBitmap() const;
@@ -415,6 +417,8 @@ const short kwxCursorLast = kwxCursorWatch;
 
 extern ClassicCursor gMacCursors[];
 
+extern NSLayoutManager* gNSLayoutManager;
+
 #endif
 
 #endif