view console/libgnt/gntwm.h @ 14340:2aaadbd919c4

[gaim-migrate @ 17037] Add QQ to the list of protocols in the About box. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 26 Aug 2006 06:26:25 +0000
parents b1b76fb9c739
children 0387a167f342
line wrap: on
line source

#ifdef HAVE_NCURSESW_INC
#include <ncursesw/panel.h>
#else
#include <panel.h>
#endif

#include "gntwidget.h"

typedef struct _GntWM GntWM;

struct _GntWM
{
	PANEL *(*new_window)(GntWidget *win);
	gboolean (*key_pressed)(const char *key);
	gboolean (*mouse_clicked)(void);    /* XXX: haven't decided yet */
	void (*gntwm_uninit)();
};