From 36c2e495136a79067158d6c08b418bcb7d511657 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 12 Jan 2001 03:57:32 +0000 Subject: Added selection_mode argument. 2001-01-11 Christopher James Lahey * e-table-selection-model.c, e-table-selection-model.h: Added selection_mode argument. * e-table-specification.c, e-table-specification.h: Added a selection_mode field that is set based on the selection-mode attribute in the ETableSpecification element. * e-table.c (et_real_construct): Set the selection model's selection mode based on the ETableSpecification. svn path=/trunk/; revision=7427 --- widgets/table/e-table-selection-model.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table/e-table-selection-model.h') diff --git a/widgets/table/e-table-selection-model.h b/widgets/table/e-table-selection-model.h index 2646189e2c..0178ecd64b 100644 --- a/widgets/table/e-table-selection-model.h +++ b/widgets/table/e-table-selection-model.h @@ -32,6 +32,8 @@ typedef struct { guint frozen : 1; guint selection_model_changed : 1; guint group_info_changed : 1; + + GtkSelectionMode mode; } ETableSelectionModel; typedef struct { -- cgit v1.2.3