X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkiconview.h;h=2adcc64c9887a0be1f0d6fefabf9945d93a7823c;hb=cf216d780cb2c889a3bcb5faa825fc1b21af8896;hp=469e9ffa8167b8f92f1b8ccde0cd68a08b5d3908;hpb=fb91fa2fbd5ca93afd44744d23c47518cef55ef4;p=~andy%2Fgtk diff --git a/gtk/gtkiconview.h b/gtk/gtkiconview.h index 469e9ffa8..2adcc64c9 100644 --- a/gtk/gtkiconview.h +++ b/gtk/gtkiconview.h @@ -15,13 +15,13 @@ * License along with this library. If not, see . */ +#ifndef __GTK_ICON_VIEW_H__ +#define __GTK_ICON_VIEW_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_ICON_VIEW_H__ -#define __GTK_ICON_VIEW_H__ - #include #include #include @@ -163,6 +163,11 @@ gboolean gtk_icon_view_get_item_at_pos (GtkIconView *icon_view, gboolean gtk_icon_view_get_visible_range (GtkIconView *icon_view, GtkTreePath **start_path, GtkTreePath **end_path); +GDK_AVAILABLE_IN_3_8 +void gtk_icon_view_set_activate_on_single_click (GtkIconView *icon_view, + gboolean single); +GDK_AVAILABLE_IN_3_8 +gboolean gtk_icon_view_get_activate_on_single_click (GtkIconView *icon_view); void gtk_icon_view_selected_foreach (GtkIconView *icon_view, GtkIconViewForeachFunc func, @@ -236,7 +241,7 @@ void gtk_icon_view_convert_widget_to_bin_window_coords (GtkIconView *icon gint *bx, gint *by); GDK_AVAILABLE_IN_3_6 -gboolean gtk_icon_view_get_cell_area (GtkIconView *icon_view, +gboolean gtk_icon_view_get_cell_rect (GtkIconView *icon_view, GtkTreePath *path, GtkCellRenderer *cell, GdkRectangle *rect);