]> git.saurik.com Git - wxWidgets.git/commit - src/generic/datavgen.cpp
Added wxDataViewEvent::SetDragFlags() and GetDropEffect() methods.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Apr 2012 23:22:25 +0000 (23:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Apr 2012 23:22:25 +0000 (23:22 +0000)
commitc04be1a29f4897942c606923cd9dcdde57832019
tree2827dc665a88643ae358597f93c1736e00688ac9
parent167fc10e3bd7a139442d903c05c901a66264089b
Added wxDataViewEvent::SetDragFlags() and GetDropEffect() methods.

Allow specifying the drag operation flags and retrieving the drop effect when
it's over for wxDataViewCtrl drag-and-drop.

Currently this is only implemented in the generic version.

Closes #12583.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/dataview.h
interface/wx/dataview.h
samples/dataview/dataview.cpp
src/generic/datavgen.cpp