X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkiconview.h;h=2adcc64c9887a0be1f0d6fefabf9945d93a7823c;hb=5bbbc47a4c306653e8347f7afb85a940a503f755;hp=554902eae0f0baf5729c0a939fb1bd5dc281062f;hpb=6c04296f03515b9bab0e735898ebc8ebfba0fb38;p=~andy%2Fgtk diff --git a/gtk/gtkiconview.h b/gtk/gtkiconview.h index 554902eae..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,