diff console/libgnt/gntwidget.h @ 14239:a0b1ab181316

[gaim-migrate @ 16921] Allow remapping keys for widgets. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 20 Aug 2006 22:46:20 +0000
parents c65ed4f6eea8
children 985e5e3f6f2c
line wrap: on
line diff
--- a/console/libgnt/gntwidget.h	Sun Aug 20 22:24:13 2006 +0000
+++ b/console/libgnt/gntwidget.h	Sun Aug 20 22:46:20 2006 +0000
@@ -76,6 +76,8 @@
 {
 	GObjectClass parent;
 
+	GHashTable *remaps;   /* Key remaps */
+
 	void (*map)(GntWidget *obj);
 	void (*show)(GntWidget *obj);		/* This will call draw() and take focus (if it can take focus) */
 	void (*destroy)(GntWidget *obj);