comparison console/libgnt/gnttree.h @ 14384:4a901f5d1312

[gaim-migrate @ 17090] Contactize the buddylist. But there's no way to move a buddy in some contact yet. Drag-dropping might be possible, but I'll probably go with a menuitem in the context-menu. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 31 Aug 2006 00:58:50 +0000
parents eaf7f35635bc
children 62bb53609a36
comparison
equal deleted inserted replaced
14383:5f3058c7a7df 14384:4a901f5d1312
116 116
117 void gnt_tree_set_show_title(GntTree *tree, gboolean set); 117 void gnt_tree_set_show_title(GntTree *tree, gboolean set);
118 118
119 void gnt_tree_set_compare_func(GntTree *tree, GCompareFunc func); 119 void gnt_tree_set_compare_func(GntTree *tree, GCompareFunc func);
120 120
121 void gnt_tree_set_expanded(GntTree *tree, void *key, gboolean expanded);
122
121 G_END_DECLS 123 G_END_DECLS
122 124
123 #endif /* GNT_TREE_H */ 125 #endif /* GNT_TREE_H */