]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dnd.h
Use wxMenuBar::Attach/Detach() instead of SetInvokingWindow() in wxGTK1.
[wxWidgets.git] / include / wx / osx / dnd.h
index f4762f2b03591c5f11a1e7bf991fa63af70e5676..0bb4e9daf96500d802f84ef723b335ae2a2ab740 100644 (file)
@@ -96,6 +96,7 @@ public:
     wxWindow*     GetWindow() { return m_window ; }
     void SetCurrentDragPasteboard( void* dragpasteboard ) { m_currentDragPasteboard = dragpasteboard ; }
     bool MacInstallDefaultCursor(wxDragResult effect) ;
+    static wxDropSource* GetCurrentDropSource();
   protected :
 
     wxWindow        *m_window;