Thu, 03 Aug 2006 07:16:35 +0000
[gaim-migrate @ 16622]
Add commands /accounts, /buddylist, /debugwin and /plugins. It allows
the user to close those windows, and pop them back up when necessary --
provided a conversation window is open -- which I am assuming would be
the case most of the time. Until there's some better way of accessing
these dialogs (eg. menus), this is the only way.
#include "blist.h" GaimBlistUiOps * gg_blist_get_ui_ops(); void gg_blist_init(); void gg_blist_uninit(); void gg_blist_show(); 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);