]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkiconview.h
Display an error when we come to the root.
[~andy/gtk] / gtk / gtkiconview.h
index 7b42b50d69adc5df6b29851f35c56dfc2e8b9324..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,
@@ -154,6 +157,11 @@ void             gtk_icon_view_set_cursor         (GtkIconView            *icon_
 gboolean         gtk_icon_view_get_cursor         (GtkIconView            *icon_view,
                                                   GtkTreePath           **path,
                                                   GtkCellRenderer       **cell);
+void             gtk_icon_view_scroll_to_path     (GtkIconView            *icon_view,
+                                                   GtkTreePath            *path,
+                                                  gboolean                use_align,
+                                                  gfloat                  row_align,
+                                                   gfloat                  col_align);
 
 /* Drag-and-Drop support */
 void                   gtk_icon_view_enable_model_drag_source (GtkIconView              *icon_view,