Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 2.4.2alpha after repocopy. | delphij | 2006-05-26 |
#ifndef _E_TABLE_TREE_H_ #define _E_TABLE_TREE_H_ BEGIN_GNOME_DECLS 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); END_GNOME_DECLS #endif /* _E_TABLE_TREE_H_ */ /www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>