Mercurial > pidgin.yaz
view console/gntblist.h @ 14310:a766441af5ea
[gaim-migrate @ 17000]
Add support for mouse. Currently you can:
- click on the taskbar to bring a window on top
- click on the topmost line of the *active* window and drag+drop to move the window.
This is disabled by default. You can enable it by setting "mouse = 1" in ~/.gntrc.
If you enable mouse support, then do shift+click to get the usual behaviours
(eg. shift+middleclick to paste etc.)
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 23 Aug 2006 12:29:08 +0000 |
parents | c65ed4f6eea8 |
children | 1bd09d355f9e |
line wrap: on
line source
#ifndef _GNT_BLIST_H #define _GNT_BLIST_H #include "blist.h" GaimBlistUiOps * gg_blist_get_ui_ops(void); void gg_blist_init(void); void gg_blist_uninit(void); void gg_blist_show(void); 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); #endif