diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-13 12:39:18 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-13 12:39:18 +0800 |
commit | df80388fd94f635a0fecb08314eafd5e25131800 (patch) | |
tree | 40dd55a1c27190d9180960a1e9fcffc05dab7205 /widgets/e-table/e-table-group.h | |
parent | 8846da8e48cacd7ab792bdcbec8eef19a9c19736 (diff) | |
download | gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.gz gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.bz2 gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.lz gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.xz gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.zst gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.zip |
Works with GnomeCanvasGroups -miguel
svn path=/trunk/; revision=1484
Diffstat (limited to 'widgets/e-table/e-table-group.h')
-rw-r--r-- | widgets/e-table/e-table-group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/e-table/e-table-group.h b/widgets/e-table/e-table-group.h index d673aebd11..62bc11093f 100644 --- a/widgets/e-table/e-table-group.h +++ b/widgets/e-table/e-table-group.h @@ -15,7 +15,7 @@ typedef struct { guint is_leaf :1; } ETableGroup; -ETableGroup *e_table_group_new (const char *title); +ETableGroup *e_table_group_new (ETableCol *ecol, ETableItem *item ETableGroup *e_table_group_new_leaf (const char *title, ETableModel *table); void e_table_group_destroy (ETableGroup *etg); |