]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktreeprivate.h
(broken pipe)
[~andy/gtk] / gtk / gtktreeprivate.h
index dad8db41215b9bbea3ff17592dcc714d8e5eacc1..4861762fa0b242de2e9da5025ac82daf571073f9 100644 (file)
@@ -210,6 +210,7 @@ struct _GtkTreeViewPrivate
   guint hover_expand : 1;
   guint imcontext_changed : 1;
 
+
   /* Auto expand/collapse timeout in hover mode */
   guint auto_expand_timeout;
 
@@ -231,6 +232,8 @@ struct _GtkTreeViewPrivate
   GtkTreeViewRowSeparatorFunc row_separator_func;
   gpointer row_separator_data;
   GtkDestroyNotify row_separator_destroy;
+
+  gint level_indentation;
 };
 
 #ifdef __GNUC__