pspp-sheet-view: Add "fixed-height" and "fixed-height-set" properties.
[pspp] / src / ui / gui / pspp-sheet-private.h
index 668efaeced60647838161c2c3fe7db6859f2d0ef..abb8366c6aee107a68e8cd3655e5bbdb630bc497 100644 (file)
@@ -215,6 +215,7 @@ struct _PsppSheetViewPrivate
 
   /* fixed height */
   gint fixed_height;
+  gboolean fixed_height_set;
 
   /* Scroll-to functionality when unrealized */
   GtkTreeRowReference *scroll_to_path;