4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
12 #include "collection.h"
15 void drag_selection(Collection
*collection
,
16 GdkEventMotion
*event
,
19 void drag_data_get(GtkWidget
*widget
,
20 GdkDragContext
*context
,
21 GtkSelectionData
*selection_data
,
24 void drag_set_dest(FilerWindow
*filer_window
);
26 GtkWidget
*create_dnd_options();