wxWidgets/samples/dataview
valid-ptr 7129d2b11c Accept multiple data formats via drag-and-drop in wxDataViewCtrl
Allow specifying multiple formats to be accepted when dragging data to
wxDataViewCtrl in the generic and Cocoa implementations.

Add wxDataViewCtrlBase::EnableDropTarget() overload taking an array of
wxDataFormats to support this at the API level.

Add new DoEnableDropTarget() used by both EnableDropTarget() overloads
and implement it in the generic and Cocoa ports. GTK implementation
still uses only a single format, as before.

Also refactor the Cocoa implementation: all operations using dragged
data are now handled by wxDropTarget and unnecessary DataViewPboardType
as removed.

Update the dataview sample to show the new functionality.
2021-12-10 19:55:44 +01:00
..
dataview_vc8.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
dataview_vc9.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
dataview.bkl Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
dataview.cpp Accept multiple data formats via drag-and-drop in wxDataViewCtrl 2021-12-10 19:55:44 +01:00
descrip.mms
makefile.gcc Link with ws2_32.lib rather than obsolete wsock32.lib 2021-04-18 22:13:45 +02:00
Makefile.in Use CMake-compatible variable names in configure Info.plist files 2021-08-15 18:39:34 +02:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
mymodels.cpp Test returning invalid value from GetValue() in dataview sample 2021-12-01 01:43:52 +00:00
mymodels.h Test returning invalid value from GetValue() in dataview sample 2021-12-01 01:43:52 +00:00
null.xpm
wx_small.xpm