summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-06-11 05:15:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-06-11 05:15:10 +0000
commit50830412b037f937ee7db712a174f6205dd41266 (patch)
treeb09f2ae4f01f6e0c39a26c0f60b8d98f00702c95 /gtk/gtkiconview.h
parent9d274e0e562dd4808414d14004b0da4f6239f058 (diff)
downloadgtk+-50830412b037f937ee7db712a174f6205dd41266.tar.gz
Add a function to determine what parts of the model are visible. (#306726,
2005-06-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkiconview.h: * gtk/gtkiconview.c (gtk_icon_view_get_visible_range): Add a function to determine what parts of the model are visible. (#306726, Jonathan Blandford)
Diffstat (limited to 'gtk/gtkiconview.h')
-rw-r--r--gtk/gtkiconview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkiconview.h b/gtk/gtkiconview.h
index 0929ce694c..b6e5d46bed 100644
--- a/gtk/gtkiconview.h
+++ b/gtk/gtkiconview.h
@@ -129,6 +129,9 @@ gboolean gtk_icon_view_get_item_at_pos (GtkIconView *icon_view,
gint y,
GtkTreePath **path,
GtkCellRenderer **cell);
+gboolean gtk_icon_view_get_visible_range (GtkIconView *icon_view,
+ GtkTreePath **start_path,
+ GtkTreePath **end_path);
void gtk_icon_view_selected_foreach (GtkIconView *icon_view,
GtkIconViewForeachFunc func,