Mercurial > pidgin
diff finch/libgnt/test/multiwin.c @ 18556:5e1412f4e67a
Do some work to make pygnt more useful. The dbus-gnt script works fairly
well now.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Tue, 17 Jul 2007 11:09:03 +0000 |
| parents | f104e1d45d85 |
| children |
line wrap: on
line diff
--- a/finch/libgnt/test/multiwin.c Mon Jul 16 23:59:58 2007 +0000 +++ b/finch/libgnt/test/multiwin.c Tue Jul 17 11:09:03 2007 +0000 @@ -27,6 +27,7 @@ gnt_widget_set_name(box2, "box2"); tree = gnt_tree_new_with_columns(3); + gnt_tree_set_search_column(GNT_TREE(tree), 1); GNT_WIDGET_SET_FLAGS(tree, GNT_WIDGET_NO_BORDER); gnt_tree_set_column_titles(GNT_TREE(tree), "12345678901234567890", "column 2", "column3"); gnt_tree_set_show_title(GNT_TREE(tree), TRUE); @@ -62,8 +63,6 @@ gnt_tree_add_row_after(GNT_TREE(tree), "6", gnt_tree_create_row(GNT_TREE(tree), "6", " long text", "a2"), "4", NULL); - gnt_tree_add_row_after(GNT_TREE(tree), NULL, gnt_tree_create_separator(GNT_TREE(tree)), NULL, "c"); - int i; for (i = 110; i < 430; i++) {
