comparison finch/libgnt/gntutils.h @ 15979:2c81ebc7bf0b

Add a way to get a list of bindings for a widget. This can be used by, eg, a window-manager to show helpful messages to the user.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 04 Apr 2007 03:47:13 +0000
parents 0e3a8505ebbe
children 5f204f55af09
comparison
equal deleted inserted replaced
15978:2a82bc8d57f7 15979:2c81ebc7bf0b
32 gboolean gnt_boolean_handled_accumulator(GSignalInvocationHint *ihint, 32 gboolean gnt_boolean_handled_accumulator(GSignalInvocationHint *ihint,
33 GValue *return_accu, 33 GValue *return_accu,
34 const GValue *handler_return, 34 const GValue *handler_return,
35 gpointer dummy); 35 gpointer dummy);
36 36
37 /**
38 * Returns a GntTree populated with "key" -> "binding" for the widget.
39 */
40 GntWidget *gnt_widget_bindings_view(GntWidget *widget);
41