]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkiconviewprivate.h
filechooser: Show FUSE mounted locations in shortcuts
[~andy/gtk] / gtk / gtkiconviewprivate.h
index dd2f121063bd16a900cfcf3e056ea0d5ecfb6c27..69bca20ff78a28cec49a0599830f08c9a35c790d 100644 (file)
 typedef struct _GtkIconViewItem GtkIconViewItem;
 struct _GtkIconViewItem
 {
-  /* First member is always the rectangle so it 
-   * can be cast to a rectangle. */
   GdkRectangle cell_area;
 
-  GtkTreeIter iter;
   gint index;
   
   gint row, col;
@@ -53,8 +50,6 @@ struct _GtkIconViewPrivate
 
   GtkSelectionMode selection_mode;
 
-  guint layout_idle_id;
-
   GdkWindow *bin_window;
 
   GList *children;
@@ -120,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;