diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-07-11 18:14:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-11 18:14:46 +0000 |
commit | 4c40014a86ed3e97c88e196db253b919045ea148 (patch) | |
tree | 3baa83bcdeda7fcac6603d4e538d5f2c1a8a373a /gtk/gtkiconview.h | |
parent | 6cd8ec5f78ca2eaa09f27aa33aa3a33309cc374b (diff) | |
download | gtk+-4c40014a86ed3e97c88e196db253b919045ea148.tar.gz |
New function to convert widget coords to what is expected by the at_pos
2007-07-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkiconview.[hc]
(gtk_icon_view_convert_widget_to_bin_window_coords): New
function to convert widget coords to what is expected by
the at_pos functions. (#455984)
svn path=/trunk/; revision=18445
Diffstat (limited to 'gtk/gtkiconview.h')
-rw-r--r-- | gtk/gtkiconview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkiconview.h b/gtk/gtkiconview.h index b6e5d46bed..62780c3f81 100644 --- a/gtk/gtkiconview.h +++ b/gtk/gtkiconview.h @@ -195,6 +195,12 @@ gboolean gtk_icon_view_get_dest_item_at_pos (GtkIconView GdkPixmap *gtk_icon_view_create_drag_icon (GtkIconView *icon_view, GtkTreePath *path); +void gtk_icon_view_convert_widget_to_bin_window_coords (GtkIconView *icon_view, + gint wx, + gint wy, + gint *bx, + gint *by); + G_END_DECLS |