diff console/libgnt/gnttree.h @ 13931:917a71dd02eb

[gaim-migrate @ 16458] Add text-attributes for rows in a GntTree. Use this feature to dim idle buddies in the buddylist. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 08 Jul 2006 07:13:29 +0000
parents cc60d0861337
children cd2da4b079cf
line wrap: on
line diff
--- a/console/libgnt/gnttree.h	Sat Jul 08 02:11:11 2006 +0000
+++ b/console/libgnt/gnttree.h	Sat Jul 08 07:13:29 2006 +0000
@@ -5,6 +5,7 @@
 #include "gnt.h"
 #include "gntcolors.h"
 #include "gntkeys.h"
+#include "gnttextview.h"
 
 #define GNT_TYPE_TREE				(gnt_tree_get_gtype())
 #define GNT_TREE(obj)				(G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_TREE, GntTree))
@@ -79,6 +80,8 @@
 
 gboolean gnt_tree_get_choice(GntTree *tree, void *key);
 
+void gnt_tree_set_row_flags(GntTree *tree, void *key, GntTextFormatFlags flags);
+
 G_END_DECLS
 
 #endif /* GNT_TREE_H */