]> git.decadent.org.uk Git - ion3.git/blob - mod_query/inputp.h
d91960fad6319d351d7cdb33ebf8d6e61d411208
[ion3.git] / mod_query / inputp.h
1 /*
2  * ion/mod_query/inputp.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_QUERY_INPUTP_H
13 #define ION_MOD_QUERY_INPUTP_H
14
15 #include <ioncore/common.h>
16 #include <libtu/objp.h>
17 #include <ioncore/binding.h>
18 #include <ioncore/rectangle.h>
19 #include "input.h"
20
21 typedef void WInputCalcSizeFn(WInput*, WRectangle*);
22 typedef void WInputScrollFn(WInput*);
23 typedef void WInputDrawFn(WInput*, bool complete);
24
25 extern WBindmap *mod_query_input_bindmap;
26 extern WBindmap *mod_query_wedln_bindmap;
27
28 #endif /* ION_MOD_QUERY_INPUTP_H */