From 628ca43584542f85ffc3b6a1617af489607a8dea Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 26 May 2000 20:38:49 +0000 Subject: Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold" 2000-05-26 Christopher James Lahey * e-table-group-container.c, e-table-group-container.h, e-table-group-leaf.c, e-table-group-leaf.h, e-table.c, e-table.h: Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold" arguments set from the ETable effect all the end ETableItems. * e-table-header.c: Made column resize a bit less bumpy. svn path=/trunk/; revision=3223 --- widgets/table/e-table-group-leaf.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'widgets/table/e-table-group-leaf.h') 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 { -- cgit