]>
git.saurik.com Git - wxWidgets.git/blob - src/common/dndcmn.cpp
7cc7e7413a4b2986997d6e62e53a897d26cbf65e
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: common/dndcmn.cpp
3 // Author: Robert Roebling
7 // Copyright: (c) wxWidgets Team
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
11 // ----------------------------------------------------------------------------
13 // ----------------------------------------------------------------------------
15 #include "wx/wxprec.h"
23 bool wxIsDragResultOk(wxDragResult res
)
25 return res
== wxDragCopy
|| res
== wxDragMove
|| res
== wxDragLink
;