]> git.decadent.org.uk Git - ion3.git/blob - mod_query/inputp.h
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / mod_query / inputp.h
1 /*
2  * ion/mod_query/inputp.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_MOD_QUERY_INPUTP_H
10 #define ION_MOD_QUERY_INPUTP_H
11
12 #include <ioncore/common.h>
13 #include <libtu/objp.h>
14 #include <ioncore/binding.h>
15 #include <ioncore/rectangle.h>
16 #include "input.h"
17
18 typedef void WInputCalcSizeFn(WInput*, WRectangle*);
19 typedef void WInputScrollFn(WInput*);
20 typedef void WInputDrawFn(WInput*, bool complete);
21
22 extern WBindmap *mod_query_input_bindmap;
23 extern WBindmap *mod_query_wedln_bindmap;
24
25 #endif /* ION_MOD_QUERY_INPUTP_H */