comparison console/libgnt/test/multiwin.c @ 13943:25be562aaca8

[gaim-migrate @ 16480] New widget GntLine to use as a separator. A partial dialog for add-account callback. Updating the dialog as a result of selection-change in the prpl dropdown is way ickier than I had expected it to be. It 'works' now, but quite a bit quirky. I will try to smooth things up later, perhaps next week. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 10 Jul 2006 23:55:24 +0000
parents 917a71dd02eb
children 841a5ffbfee4
comparison
equal deleted inserted replaced
13942:b14fdab68eac 13943:25be562aaca8
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 g_timeout_add(5000, show, box2); 63 g_timeout_add(5000, (GSourceFunc)show, box2);
64 64
65 gnt_main(); 65 gnt_main();
66 66
67 gnt_quit(); 67 gnt_quit();
68 68