comparison console/gntblist.h @ 13916:fdf2dbed6faa

[gaim-migrate @ 16418] Make the conversation windows bigger ... which is better *wink*. Use Panel library to manage the windows. Add a window-list that you can use to quickly switch to a window (press Alt+w to bring it up). Get rid of some unused codes. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 04 Jul 2006 01:32:39 +0000
parents cc60d0861337
children 7109e6397a31
comparison
equal deleted inserted replaced
13915:e78d113f82db 13916:fdf2dbed6faa
3 GaimBlistUiOps * gg_blist_get_ui_ops(); 3 GaimBlistUiOps * gg_blist_get_ui_ops();
4 4
5 void gg_blist_init(); 5 void gg_blist_init();
6 6
7 void gg_blist_uninit(); 7 void gg_blist_uninit();
8
9 void gg_blist_get_position(int *x, int *y);
10
11 void gg_blist_set_position(int x, int y);
12
13 void gg_blist_get_size(int *width, int *height);
14
15 void gg_blist_set_size(int width, int height);
16