Remove binary from git
[notion.git] / mod_query / inputp.h
blobf92590439ecdc405b51e60f3385ccae3835e5ec7
1 /*
2 * ion/mod_query/inputp.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_MOD_QUERY_INPUTP_H
10 #define ION_MOD_QUERY_INPUTP_H
12 #include <ioncore/common.h>
13 #include <libtu/objp.h>
14 #include <ioncore/binding.h>
15 #include <ioncore/rectangle.h>
16 #include "input.h"
18 typedef void WInputCalcSizeFn(WInput*, WRectangle*);
19 typedef void WInputScrollFn(WInput*);
20 typedef void WInputDrawFn(WInput*, bool complete);
22 extern WBindmap *mod_query_input_bindmap;
23 extern WBindmap *mod_query_wedln_bindmap;
25 #endif /* ION_MOD_QUERY_INPUTP_H */