]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkiconviewprivate.h
filechooser: Show FUSE mounted locations in shortcuts
[~andy/gtk] / gtk / gtkiconviewprivate.h
index 4be78dcf4cd4821f087007cdc0b6b4d4caebd24e..69bca20ff78a28cec49a0599830f08c9a35c790d 100644 (file)
@@ -12,9 +12,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "gtk/gtkiconview.h"
 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;
@@ -55,8 +50,6 @@ struct _GtkIconViewPrivate
 
   GtkSelectionMode selection_mode;
 
-  guint layout_idle_id;
-
   GdkWindow *bin_window;
 
   GList *children;
@@ -122,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;