comparison finch/libgnt/gnttree.h @ 18531:da550279d390

Use gobject properties instead of hacks when creating columns in a tree.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 14 Jul 2007 01:31:44 +0000
parents ed17f5530300
children ffa46a399f3c
comparison
equal deleted inserted replaced
18526:09db6fec9dce 18531:da550279d390
504 */ 504 */
505 void gnt_tree_set_column_width_ratio(GntTree *tree, int cols[]); 505 void gnt_tree_set_column_width_ratio(GntTree *tree, int cols[]);
506 506
507 G_END_DECLS 507 G_END_DECLS
508 508
509 /* The following functions should NOT be used by applications. */
510
511 /* This should be called by the subclasses of GntTree's in their _new function */
512 void _gnt_tree_init_internals(GntTree *tree, int col);
513
514 #endif /* GNT_TREE_H */ 509 #endif /* GNT_TREE_H */