| 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 |