///////////////////////////////////////////////////////////////////////////////
-// Name: wx/mac/carbon/dnd.h
+// Name: wx/osx/dnd.h
// Purpose: Declaration of the wxDropTarget, wxDropSource class etc.
// Author: Stefan Csomor
// RCS-ID: $Id$
wxWindow* GetWindow() { return m_window ; }
void SetCurrentDragPasteboard( void* dragpasteboard ) { m_currentDragPasteboard = dragpasteboard ; }
bool MacInstallDefaultCursor(wxDragResult effect) ;
+ static wxDropSource* GetCurrentDropSource();
protected :
wxWindow *m_window;