aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-26 19:48:53 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-26 19:48:53 +0800
commitb0ab0a15e0e0971dd276390a56e8ba36422dfa94 (patch)
tree13428633cd4a41363e1a0250b62b26663cf3f372 /widgets/table/e-table.h
parent15555e2bdb97cddf4ca9e14d52f50999f60ba38e (diff)
downloadgsoc2013-evolution-b0ab0a15e0e0971dd276390a56e8ba36422dfa94.tar
gsoc2013-evolution-b0ab0a15e0e0971dd276390a56e8ba36422dfa94.tar.gz
gsoc2013-evolution-b0ab0a15e0e0971dd276390a56e8ba36422dfa94.tar.bz2
gsoc2013-evolution-b0ab0a15e0e0971dd276390a56e8ba36422dfa94.tar.lz
gsoc2013-evolution-b0ab0a15e0e0971dd276390a56e8ba36422dfa94.tar.xz
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.h1
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;