comparison console/libgnt/gnttree.h @ 13907:cc60d0861337

[gaim-migrate @ 16402] This commit has 1234 lines of diff :) Windows can now be moved (alt+m, then the arrow keys, then escape/enter). Add a window to enable/disable accounts. But the 'add' etc. buttons don't have any callbacks yet. I am going to need to do some more widgets (checkbox, combobox) before I do anything else. I have also updated the test programs to work with the changes in libgnt. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 02 Jul 2006 22:13:06 +0000
parents c7d84d4c5afa
children 917a71dd02eb
comparison
equal deleted inserted replaced
13906:b986b6e2441b 13907:cc60d0861337
71 /* Returns the visible line number of the selected row */ 71 /* Returns the visible line number of the selected row */
72 int gnt_tree_get_selection_visible_line(GntTree *tree); 72 int gnt_tree_get_selection_visible_line(GntTree *tree);
73 73
74 void gnt_tree_change_text(GntTree *tree, gpointer key, const char *text); 74 void gnt_tree_change_text(GntTree *tree, gpointer key, const char *text);
75 75
76 GntTreeRow *gnt_tree_add_choice(GntTree *tree, void *key, const char *text, void *parent, void *bigbro);
77
78 void gnt_tree_set_choice(GntTree *tree, void *key, gboolean set);
79
80 gboolean gnt_tree_get_choice(GntTree *tree, void *key);
81
76 G_END_DECLS 82 G_END_DECLS
77 83
78 #endif /* GNT_TREE_H */ 84 #endif /* GNT_TREE_H */