]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dnd.h
Make wxString::ToCXXX() methods always available.
[wxWidgets.git] / include / wx / osx / dnd.h
index b956c42e325a9de54b202f305c21b4c50b8b9986..0bb4e9daf96500d802f84ef723b335ae2a2ab740 100644 (file)
@@ -55,7 +55,7 @@ class WXDLLIMPEXP_CORE wxDropTarget: public wxDropTargetBase
     virtual bool OnDrop(wxCoord x, wxCoord y);
     virtual wxDragResult OnData(wxCoord x, wxCoord y, wxDragResult def);
     virtual bool GetData();
-    // NOTE: This is needed by the generic wxDataViewCtrl, not sure how to implement. 
+    // NOTE: This is needed by the generic wxDataViewCtrl, not sure how to implement.
     virtual wxDataFormat GetMatchingPair();
 
     bool CurrentDragHasSupportedFormat() ;
@@ -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;