]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktreeprivate.h
Yay! Fixed height mode! Hooray! (Part 2 of #80868).
[~andy/gtk] / gtk / gtktreeprivate.h
index 53131f546aca34fb23d380e33c9b1af344dede94..820cfbdb3c62eef35585d461767f3d66c4ce39a3 100644 (file)
@@ -176,6 +176,9 @@ struct _GtkTreeViewPrivate
   gint press_start_x;
   gint press_start_y;
 
+  /* fixed height */
+  gint fixed_height;
+
   /* Scroll-to functionality when unrealized */
   GtkTreeRowReference *scroll_to_path;
   GtkTreeViewColumn *scroll_to_column;
@@ -183,6 +186,7 @@ struct _GtkTreeViewPrivate
   gfloat scroll_to_col_align;
   guint scroll_to_use_align : 1;
 
+  guint fixed_height_mode : 1;
   guint fixed_height_check : 1;
 
   guint reorderable : 1;