diff options
author | Benjamin Otte <otte@redhat.com> | 2010-08-25 16:49:45 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-09-26 15:11:11 +0200 |
commit | 3ba78fed2a839e099a643bfaf1614eb0a15301e0 (patch) | |
tree | 3c74cb82df3dc18d1bae798f448e1ff8da980906 /gtk/gtkdnd.h | |
parent | 19bad9fecc09a088d232417e99cdbb1273793265 (diff) | |
download | gtk+-3ba78fed2a839e099a643bfaf1614eb0a15301e0.tar.gz |
API: Remove the ability to set the dnd icon from a pixmap
Diffstat (limited to 'gtk/gtkdnd.h')
-rw-r--r-- | gtk/gtkdnd.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h index 1bfc045f92..bb2336df9b 100644 --- a/gtk/gtkdnd.h +++ b/gtk/gtkdnd.h @@ -115,10 +115,6 @@ void gtk_drag_source_add_text_targets (GtkWidget *widget); void gtk_drag_source_add_image_targets (GtkWidget *widget); void gtk_drag_source_add_uri_targets (GtkWidget *widget); -void gtk_drag_source_set_icon (GtkWidget *widget, - GdkColormap *colormap, - GdkPixmap *pixmap, - GdkBitmap *mask); void gtk_drag_source_set_icon_pixbuf (GtkWidget *widget, GdkPixbuf *pixbuf); void gtk_drag_source_set_icon_stock (GtkWidget *widget, @@ -142,12 +138,6 @@ void gtk_drag_set_icon_widget (GdkDragContext *context, GtkWidget *widget, gint hot_x, gint hot_y); -void gtk_drag_set_icon_pixmap (GdkDragContext *context, - GdkColormap *colormap, - GdkPixmap *pixmap, - GdkBitmap *mask, - gint hot_x, - gint hot_y); void gtk_drag_set_icon_pixbuf (GdkDragContext *context, GdkPixbuf *pixbuf, gint hot_x, |