pspp-sheet-view: Add "fixed-height" and "fixed-height-set" properties.
[pspp] / src / ui / gui / pspp-sheet-private.h
index 3993b8cf440f13451a4f566c0460349664053407..abb8366c6aee107a68e8cd3655e5bbdb630bc497 100644 (file)
@@ -186,10 +186,6 @@ struct _PsppSheetViewPrivate
   /* Non-interactive Header Resizing, expand flag support */
   gint prev_width;
 
-  gint last_extra_space;
-  gint last_extra_space_per_column;
-  gint last_number_of_expand_columns;
-
   /* ATK Hack */
   PsppSheetDestroyCountFunc destroy_count_func;
   gpointer destroy_count_data;
@@ -219,6 +215,7 @@ struct _PsppSheetViewPrivate
 
   /* fixed height */
   gint fixed_height;
+  gboolean fixed_height_set;
 
   /* Scroll-to functionality when unrealized */
   GtkTreeRowReference *scroll_to_path;