diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-03-02 00:45:33 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-03-02 00:45:33 +0000 |
commit | d52caae6d15309f25b1c3b994e8700f55d3cf5a2 (patch) | |
tree | 6141d6eba875bd213c33449f96c2971947e423c2 /gtk/gtkdnd.h | |
parent | 7002bb3e55273650b06879cc97934abcc8b2e3d1 (diff) | |
download | gtk+-d52caae6d15309f25b1c3b994e8700f55d3cf5a2.tar.gz |
Add gtk_drag_source_set/get_target_list(). (#127499, based on patch from
Mon Mar 1 19:30:25 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.[ch]: Add gtk_drag_source_set/get_target_list().
(#127499, based on patch from Michael Natterer)
* tests/testgtk.c: Fix bidi strings to display correctly
with new auto-bidi.
Diffstat (limited to 'gtk/gtkdnd.h')
-rw-r--r-- | gtk/gtkdnd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h index c392442a9e..1c8456772b 100644 --- a/gtk/gtkdnd.h +++ b/gtk/gtkdnd.h @@ -96,6 +96,10 @@ void gtk_drag_source_set (GtkWidget *widget, void gtk_drag_source_unset (GtkWidget *widget); +GtkTargetList* gtk_drag_source_get_target_list (GtkWidget *widget); +void gtk_drag_source_set_target_list (GtkWidget *widget, + GtkTargetList *target_list); + void gtk_drag_source_set_icon (GtkWidget *widget, GdkColormap *colormap, GdkPixmap *pixmap, |