diff console/libgnt/gnttree.h @ 14843:97977138cf29

[gaim-migrate @ 17612] Add a 'MenuItemCheck' thing. Use GntMenu for the context-menu in the buddylist. This patch has 666 lines ... but I'm sure it's a good patch! committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 28 Oct 2006 22:14:52 +0000
parents 811464ba52de
children 70623f0d5cdc
line wrap: on
line diff
--- a/console/libgnt/gnttree.h	Sat Oct 28 20:38:25 2006 +0000
+++ b/console/libgnt/gnttree.h	Sat Oct 28 22:14:52 2006 +0000
@@ -56,6 +56,7 @@
 	GntWidgetClass parent;
 
 	void (*selection_changed)(GntTreeRow *old, GntTreeRow * current);
+	void (*toggled)(GntTree *tree, gpointer key);
 
 	void (*gnt_reserved1)(void);
 	void (*gnt_reserved2)(void);