aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group-leaf.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-group-leaf.h')
-rw-r--r--widgets/table/e-table-group-leaf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/table/e-table-group-leaf.h b/widgets/table/e-table-group-leaf.h
index bffeb798e0..3789e16402 100644
--- a/widgets/table/e-table-group-leaf.h
+++ b/widgets/table/e-table-group-leaf.h
@@ -26,6 +26,12 @@ typedef struct {
gdouble minimum_width;
ETableSubsetVariable *subset;
+
+ int length_threshold;
+
+ guint draw_grid : 1;
+ guint draw_focus : 1;
+ guint mode_spreadsheet : 1;
} ETableGroupLeaf;
typedef struct {