finch/libgnt/gntutils.h

changeset 16187
2977f4a9cc80
parent 16047
03880dc14852
child 17586
5beb8d987e84
child 18068
b6554e3c8224
equal deleted inserted replaced
16186:73cb5b43aaf9 16187:2977f4a9cc80
37 /** 37 /**
38 * Returns a GntTree populated with "key" -> "binding" for the widget. 38 * Returns a GntTree populated with "key" -> "binding" for the widget.
39 */ 39 */
40 GntWidget *gnt_widget_bindings_view(GntWidget *widget); 40 GntWidget *gnt_widget_bindings_view(GntWidget *widget);
41 41
42 /**
43 * Parse widgets from 'string'.
44 */
45 void gnt_util_parse_widgets(const char *string, int num, ...);
46

mercurial