comparison console/libgnt/gntmain.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 421259b9e06d
comparison
equal deleted inserted replaced
13951:614c56622453 13952:841a5ffbfee4
260 260
261 gnt_tree_add_row_after(GNT_TREE(tree), box, box->title, NULL, NULL); 261 gnt_tree_add_row_after(GNT_TREE(tree), box, box->title, NULL, NULL);
262 update_window_in_list(GNT_WIDGET(box)); 262 update_window_in_list(GNT_WIDGET(box));
263 } 263 }
264 264
265 gnt_tree_set_selected(GNT_TREE(tree), focus_list->data);
265 gnt_box_add_widget(GNT_BOX(win), tree); 266 gnt_box_add_widget(GNT_BOX(win), tree);
266 267
267 gnt_widget_set_size(tree, getmaxx(stdscr) / 3, getmaxy(stdscr) / 2); 268 gnt_widget_set_size(tree, getmaxx(stdscr) / 3, getmaxy(stdscr) / 2);
268 gnt_widget_set_position(win, getmaxx(stdscr) / 3, getmaxy(stdscr) / 4); 269 gnt_widget_set_position(win, getmaxx(stdscr) / 3, getmaxy(stdscr) / 4);
269 270