]> git.decadent.org.uk Git - ion3.git/blob - mod_menu/mkmenu.h
610047f925c510acccf4bf437a1f6c3571a0f2b4
[ion3.git] / mod_menu / mkmenu.h
1 /*
2  * ion/mod_menu/mkmenu.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_MOD_MENU_MKMENU_H
13 #define ION_MOD_MENU_MKMENU_H
14
15 #include <ioncore/common.h>
16 #include <libextl/extl.h>
17 #include "menu.h"
18
19 extern WMenu *mod_menu_do_menu(WMPlex *mplex, ExtlFn handler, ExtlTab tab, 
20                                ExtlTab param);
21 extern WMenu *mod_menu_do_pmenu(WWindow *where, ExtlFn handler, ExtlTab tab);
22
23 #endif /* ION_MOD_MENU_MKMENU_H */