diff console/libgnt/gnttree.h @ 13952:841a5ffbfee4

[gaim-migrate @ 16500] uiops for GaimConnections. This only shows an error message for a disconnect. uiops for GaimNotify. I have not done the notifications for searchresults yet. That will require multi-column GntTree's, which will also allow for improved email-notifications. I hope to complete it by next week. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 17 Jul 2006 03:45:24 +0000
parents cd2da4b079cf
children 0a0d2a1fd2bc
line wrap: on
line diff
--- a/console/libgnt/gnttree.h	Sun Jul 16 19:08:31 2006 +0000
+++ b/console/libgnt/gnttree.h	Mon Jul 17 03:45:24 2006 +0000
@@ -84,6 +84,8 @@
 
 void gnt_tree_set_row_flags(GntTree *tree, void *key, GntTextFormatFlags flags);
 
+void gnt_tree_set_selected(GntTree *tree , void *key);
+
 G_END_DECLS
 
 #endif /* GNT_TREE_H */