comparison console/libgnt/test/multiwin.c @ 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 25be562aaca8
children a06f7495af6f
comparison
equal deleted inserted replaced
13951:614c56622453 13952:841a5ffbfee4
58 58
59 gnt_tree_add_row_after(GNT_TREE(tree), "6", "6", "4", NULL); 59 gnt_tree_add_row_after(GNT_TREE(tree), "6", "6", "4", NULL);
60 60
61 gnt_tree_set_row_flags(GNT_TREE(tree), "e", GNT_TEXT_FLAG_DIM); 61 gnt_tree_set_row_flags(GNT_TREE(tree), "e", GNT_TEXT_FLAG_DIM);
62 62
63 gnt_tree_set_selected(GNT_TREE(tree), "2");
64
63 g_timeout_add(5000, (GSourceFunc)show, box2); 65 g_timeout_add(5000, (GSourceFunc)show, box2);
64 66
65 gnt_main(); 67 gnt_main();
66 68
67 gnt_quit(); 69 gnt_quit();