2 * ion/mod_menu/mkmenu.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_MOD_MENU_MKMENU_H
10 #define ION_MOD_MENU_MKMENU_H
12 #include <ioncore/common.h>
13 #include <libextl/extl.h>
16 extern WMenu
*mod_menu_do_menu(WMPlex
*mplex
, ExtlFn handler
, ExtlTab tab
,
18 extern WMenu
*mod_menu_do_pmenu(WWindow
*where
, ExtlFn handler
, ExtlTab tab
);
20 #endif /* ION_MOD_MENU_MKMENU_H */