]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkiconview.h
Display an error when we come to the root.
[~andy/gtk] / gtk / gtkiconview.h
index 0929ce694c8485a990293ff94222878ebecd160e..b6e5d46bed97bcf5a59755aa78227a50514f682c 100644 (file)
@@ -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,