Add optional single click activation mode for icon view

https://bugzilla.gnome.org/show_bug.cgi?id=345023
This commit is contained in:
William Jon McCann
2013-01-18 00:59:55 -05:00
parent a84f244dc0
commit c7169e119e
5 changed files with 117 additions and 8 deletions

View File

@ -115,6 +115,7 @@ struct _GtkIconViewPrivate
guint dest_set : 1;
guint reorderable : 1;
guint empty_view_drop :1;
guint activate_on_single_click : 1;
guint modify_selection_pressed : 1;
guint extend_selection_pressed : 1;