diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2001-01-12 11:57:32 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-01-12 11:57:32 +0800 |
commit | 36c2e495136a79067158d6c08b418bcb7d511657 (patch) | |
tree | 836fe9469f52f093bde82ed6a3349b56be4d8059 /widgets/table/e-table-specification.h | |
parent | 01a5bc2c2c4ff45929078632294d53660d6263ee (diff) | |
download | gsoc2013-evolution-36c2e495136a79067158d6c08b418bcb7d511657.tar.gz gsoc2013-evolution-36c2e495136a79067158d6c08b418bcb7d511657.tar.zst gsoc2013-evolution-36c2e495136a79067158d6c08b418bcb7d511657.zip |
Added selection_mode argument.
2001-01-11 Christopher James Lahey <clahey@helixcode.com>
* 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
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 51adc0d66e..64e784733a 100644 --- a/widgets/table/e-table-specification.h +++ b/widgets/table/e-table-specification.h @@ -23,6 +23,7 @@ typedef struct { guint no_headers : 1; guint click_to_add : 1; guint draw_grid : 1; + GtkSelectionMode selection_mode; ETableCursorMode cursor_mode; char *click_to_add_message_; } ETableSpecification; |