diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-26 19:48:53 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-26 19:48:53 +0800 |
commit | b0ab0a15e0e0971dd276390a56e8ba36422dfa94 (patch) | |
tree | 13428633cd4a41363e1a0250b62b26663cf3f372 /widgets/table/e-table-specification.h | |
parent | 15555e2bdb97cddf4ca9e14d52f50999f60ba38e (diff) | |
download | gsoc2013-evolution-b0ab0a15e0e0971dd276390a56e8ba36422dfa94.tar.gz gsoc2013-evolution-b0ab0a15e0e0971dd276390a56e8ba36422dfa94.tar.zst gsoc2013-evolution-b0ab0a15e0e0971dd276390a56e8ba36422dfa94.zip |
Document allow-grouping attribute.
2001-10-26 Christopher James Lahey <clahey@ximian.com>
* docs/etablexml.txt: Document allow-grouping attribute.
* tests/test-table-1.c (SPEC): Updated this to test the
allow_grouping=\"false\" attribute.
From gal/e-table/ChangeLog:
2001-10-26 Christopher James Lahey <clahey@ximian.com>
* e-table-config.c (config_group_info_update,
config_fields_info_update): Added some checks for NULL labels
here.
* e-table-specification.c, e-table-specification.h: Added
allow_grouping field. Fixes Ximian bug #13412.
* e-table.c, e-table.h: Added allow_grouping field. Set this
field for the sort infos from state objects.
svn path=/trunk/; revision=14134
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 c50989eeb0..f2cc361c29 100644 --- a/widgets/table/e-table-specification.h +++ b/widgets/table/e-table-specification.h @@ -33,6 +33,7 @@ typedef struct { guint vertical_draw_grid : 1; guint draw_focus : 1; guint horizontal_scrolling : 1; + guint allow_grouping : 1; GtkSelectionMode selection_mode; ECursorMode cursor_mode; |