comparison console/libgnt/gnttree.h @ 15814:1c8f1dc50685

Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and errors this showed up
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 18 Mar 2007 17:28:21 +0000
parents c6b79e535eb8
children
comparison
equal deleted inserted replaced
15811:71b017348c39 15814:1c8f1dc50685
73 73
74 G_BEGIN_DECLS 74 G_BEGIN_DECLS
75 75
76 GType gnt_tree_get_gtype(void); 76 GType gnt_tree_get_gtype(void);
77 77
78 GntWidget *gnt_tree_new(); /* A tree with just one column */ 78 GntWidget *gnt_tree_new(void); /* A tree with just one column */
79 79
80 GntWidget *gnt_tree_new_with_columns(int columns); 80 GntWidget *gnt_tree_new_with_columns(int columns);
81 81
82 void gnt_tree_set_visible_rows(GntTree *tree, int rows); 82 void gnt_tree_set_visible_rows(GntTree *tree, int rows);
83 83