Mercurial > pidgin.yaz
view console/gntblist.h @ 13919:0febf380b473
[gaim-migrate @ 16430]
Remove some warnings, and make sure the window in focus is always
on top of all other windows.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 05 Jul 2006 00:09:56 +0000 |
parents | fdf2dbed6faa |
children | 7109e6397a31 |
line wrap: on
line source
#include "blist.h" GaimBlistUiOps * gg_blist_get_ui_ops(); void gg_blist_init(); void gg_blist_uninit(); void gg_blist_get_position(int *x, int *y); void gg_blist_set_position(int x, int y); void gg_blist_get_size(int *width, int *height); void gg_blist_set_size(int width, int height);