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.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.h')
-rw-r--r-- | widgets/table/e-table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index d331dda053..1d3b7c50e3 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -90,6 +90,7 @@ typedef struct { guint do_drag : 1; guint uniform_row_height : 1; + guint allow_grouping : 1; char *click_to_add_message; GnomeCanvasItem *click_to_add; |