diff 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
line wrap: on
line diff
--- a/console/libgnt/gnttree.h	Wed Aug 30 23:29:42 2006 +0000
+++ b/console/libgnt/gnttree.h	Thu Aug 31 00:58:50 2006 +0000
@@ -118,6 +118,8 @@
 
 void gnt_tree_set_compare_func(GntTree *tree, GCompareFunc func);
 
+void gnt_tree_set_expanded(GntTree *tree, void *key, gboolean expanded);
+
 G_END_DECLS
 
 #endif /* GNT_TREE_H */