diff console/libgnt/test/multiwin.c @ 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 9309d27d780c
children 25be562aaca8
line wrap: on
line diff
--- a/console/libgnt/test/multiwin.c	Sat Jul 08 02:11:11 2006 +0000
+++ b/console/libgnt/test/multiwin.c	Sat Jul 08 07:13:29 2006 +0000
@@ -58,6 +58,8 @@
 
 	gnt_tree_add_row_after(GNT_TREE(tree), "6", "6", "4", NULL);
 
+	gnt_tree_set_row_flags(GNT_TREE(tree), "e", GNT_TEXT_FLAG_DIM);
+
 	g_timeout_add(5000, show, box2);
 
 	gnt_main();