e-table-tree

Name

e-table-tree -- 

Synopsis



typedef     u;
ETableGroup* e_table_group_new              (const char *title,
                                             ETableModel *table);
ETableGroup* e_table_group_new_leaf         (const char *title);

Description

Details

u

typedef struct {
	char *title;

	union {
		ETableModel *table;
		GList *children;
	} u;


e_table_group_new ()

ETableGroup* e_table_group_new              (const char *title,
                                             ETableModel *table);


e_table_group_new_leaf ()

ETableGroup* e_table_group_new_leaf         (const char *title);