diff options
Diffstat (limited to 'widgets/table/e-table-specification.h')
-rw-r--r-- | widgets/table/e-table-specification.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-specification.h b/widgets/table/e-table-specification.h index ebf42a6f8d..b2941f38d3 100644 --- a/widgets/table/e-table-specification.h +++ b/widgets/table/e-table-specification.h @@ -25,6 +25,7 @@ typedef struct { ETableColumnSpecification **columns; ETableState *state; + guint alternating_row_colors : 1; guint no_headers : 1; guint click_to_add : 1; guint horizontal_draw_grid : 1; |