diff src/dnd.h @ 1393:79b32088ecc4

show a label instead of the default drag icon
author nadvornik
date Sun, 08 Mar 2009 10:25:24 +0000
parents d1b32a69b40a
children 956aab097ea7
line wrap: on
line diff
--- a/src/dnd.h	Sun Mar 08 09:56:40 2009 +0000
+++ b/src/dnd.h	Sun Mar 08 10:25:24 2009 +0000
@@ -37,6 +37,7 @@
 /* sets a drag icon to pixbuf, if items is > 1, text is drawn onto icon to indicate value */
 void dnd_set_drag_icon(GtkWidget *widget, GdkDragContext *context, GdkPixbuf *pixbuf, gint items);
 
+void dnd_set_drag_label(GtkWidget *widget, GdkDragContext *context, const gchar *text);
 
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */