tests: Add pspp-convert.at to Git.
[pspp] / src / ui / gui / pspp-sheet-private.h
index 1b11506184c82593f3cb1b85ffeb1843e813d392..e01fd47d21506581ad9d0194abe73ce282e8d1e8 100644 (file)
@@ -263,7 +263,7 @@ struct _PsppSheetViewPrivate
   guint enable_search : 1;
   guint disable_popdown : 1;
   guint search_custom_entry_set : 1;
-  
+
   guint hover_selection : 1;
   guint imcontext_changed : 1;
 
@@ -274,8 +274,16 @@ struct _PsppSheetViewPrivate
   guint post_validation_flag : 1;
 
   /* Whether our key press handler is to avoid sending an unhandled binding to the search entry */
+
   guint search_entry_avoid_unhandled_binding : 1;
-};
+  /* GtkScrollablePolicy needs to be checked when
+   * driving the scrollable adjustment values */
+  guint hscroll_policy : 1;
+  guint vscroll_policy : 1;
+
+  /* For optimisation of size allocate requests */
+  guint resized : 1;
+ };
 
 #ifdef __GNUC__