diff options
author | nobody <nobody@localhost> | 1999-12-17 07:48:56 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1999-12-17 07:48:56 +0800 |
commit | 3ccca41eac6d34f2d3897d5ec734503354f488d8 (patch) | |
tree | 1ccf57237d944e7088bd598f9ab0c5f6f859be2d /widgets/e-table-tree.h | |
parent | e69ca1a88ce35fb744a0b4233dc5305eaa145d2f (diff) | |
download | gsoc2013-evolution-BEFORE_RAVI.tar gsoc2013-evolution-BEFORE_RAVI.tar.gz gsoc2013-evolution-BEFORE_RAVI.tar.bz2 gsoc2013-evolution-BEFORE_RAVI.tar.lz gsoc2013-evolution-BEFORE_RAVI.tar.xz gsoc2013-evolution-BEFORE_RAVI.tar.zst gsoc2013-evolution-BEFORE_RAVI.zip |
This commit was manufactured by cvs2svn to create tag 'BEFORE_RAVI'.BEFORE_RAVI
svn path=/tags/BEFORE_RAVI/; revision=1496
Diffstat (limited to 'widgets/e-table-tree.h')
-rw-r--r-- | widgets/e-table-tree.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/widgets/e-table-tree.h b/widgets/e-table-tree.h deleted file mode 100644 index e7e125a6af..0000000000 --- a/widgets/e-table-tree.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _E_TABLE_TREE_H_ -#define _E_TABLE_TREE_H_ - -typedef struct { - char *title; - - union { - ETableModel *table; - GList *children; - } u; - - guint expanded :1; - guint is_leaf :1; -} ETableGroup; - -ETableGroup *e_table_group_new (const char *title, ETableModel *table); -ETableGroup *e_table_group_new_leaf (const char *title); - -#endif /* _E_TABLE_TREE_H_ */ |