r16: Started code for handling application directories.
[rox-filer.git] / ROX-Filer / src / dnd.h
blobb3ce374f6910125f9a7100fd3a162e1c5e143c60
1 /* vi: set cindent:
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #include <gtk/gtk.h>
9 #include <collection.h>
11 void drag_selection(Collection *collection,
12 GdkEventMotion *event,
13 gint number_selected,
14 gpointer user_data);
15 void drag_data_get(GtkWidget *widget,
16 GdkDragContext *context,
17 GtkSelectionData *selection_data,
18 guint info,
19 guint32 time);