comparison console/libgnt/gnt.h @ 14613:62bb53609a36

[gaim-migrate @ 17341] Menus and windows. I have added a test-app test/menu.c to show how to use it. Pressing Ctrl+o brings up the menu for the window (if it has one). It should now be possible to add menus for account-actions and all that stuff. Patches are very welcome. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 24 Sep 2006 07:14:26 +0000
parents 8375ecb6152b
children 0eb7846f9e7e
comparison
equal deleted inserted replaced
14612:1f46715c08d9 14613:62bb53609a36
27 27
28 void gnt_widget_set_urgent(GntWidget *widget); 28 void gnt_widget_set_urgent(GntWidget *widget);
29 29
30 void gnt_register_action(const char *label, void (*callback)()); 30 void gnt_register_action(const char *label, void (*callback)());
31 31
32 gboolean gnt_screen_menu_show(gpointer menu);
33
32 void gnt_quit(); 34 void gnt_quit();
33 35