]> git.decadent.org.uk Git - ion3.git/blob - mod_query/wmessage.h
be1bfca0da04b9b29435fe9114d93e7cc849e849
[ion3.git] / mod_query / wmessage.h
1 /*
2  * ion/mod_query/wmessage.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_WMESSAGE_H
13 #define ION_MOD_QUERY_WMESSAGE_H
14
15 #include <ioncore/common.h>
16 #include <libtu/obj.h>
17 #include <ioncore/window.h>
18 #include <ioncore/rectangle.h>
19 #include "listing.h"
20 #include "input.h"
21
22 INTRCLASS(WMessage);
23
24 DECLCLASS(WMessage){
25     WInput input;
26     WListing listing;
27 };
28
29 extern WMessage *create_wmsg(WWindow *par, const WFitParams *fp,
30                              const char *msg);
31
32 #endif /* ION_MOD_QUERY_WMESSAGE_H */