aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-specification.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table-specification.h')
-rw-r--r--e-util/e-table-specification.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/e-util/e-table-specification.h b/e-util/e-table-specification.h
index 09b86c3791..bce9c38f6a 100644
--- a/e-util/e-table-specification.h
+++ b/e-util/e-table-specification.h
@@ -61,16 +61,16 @@ struct _ETableSpecification {
ETableState *state;
- guint alternating_row_colors : 1;
- guint no_headers : 1;
- guint click_to_add : 1;
- guint click_to_add_end : 1;
- guint horizontal_draw_grid : 1;
- guint vertical_draw_grid : 1;
- guint draw_focus : 1;
- guint horizontal_scrolling : 1;
- guint horizontal_resize : 1;
- guint allow_grouping : 1;
+ gboolean alternating_row_colors;
+ gboolean no_headers;
+ gboolean click_to_add;
+ gboolean click_to_add_end;
+ gboolean horizontal_draw_grid;
+ gboolean vertical_draw_grid;
+ gboolean draw_focus;
+ gboolean horizontal_scrolling;
+ gboolean horizontal_resize;
+ gboolean allow_grouping;
GtkSelectionMode selection_mode;
ECursorMode cursor_mode;