Merge branch 'master' into travis
[notion.git] / mod_menu / mkmenu.h
blob562915bbb9663ed519c51ac5f0330dcf082a47e6
1 /*
2 * ion/mod_menu/mkmenu.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_MOD_MENU_MKMENU_H
10 #define ION_MOD_MENU_MKMENU_H
12 #include <ioncore/common.h>
13 #include <libextl/extl.h>
14 #include "menu.h"
16 extern WMenu *mod_menu_do_menu(WMPlex *mplex, ExtlFn handler, ExtlTab tab,
17 ExtlTab param);
18 extern WMenu *mod_menu_do_pmenu(WWindow *where, ExtlFn handler, ExtlTab tab);
20 #endif /* ION_MOD_MENU_MKMENU_H */