]> git.decadent.org.uk Git - ion3.git/blob - mod_tiling/panehandle.h
fe06f3efca66afa4e8a3f983d31c639e45cf1ad8
[ion3.git] / mod_tiling / panehandle.h
1 /*
2  * ion/mod_tiling/panehandle.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_PANEWS_PANEHANDLE_H
13 #define ION_PANEWS_PANEHANDLE_H
14
15 #include <ioncore/common.h>
16 #include <ioncore/gr.h>
17
18 INTRCLASS(WPaneHandle);
19
20 #include "splitfloat.h"
21
22 DECLCLASS(WPaneHandle){
23     WWindow wwin;
24     GrBrush *brush;
25     GrBorderLine bline;
26     GrBorderWidths bdw;
27     WSplitFloat *splitfloat;
28 };
29
30 extern bool panehandle_init(WPaneHandle *pwin, 
31                             WWindow *parent, const WFitParams *fp);
32 extern WPaneHandle *create_panehandle(WWindow *parent, const WFitParams *fp);
33
34 #endif /* ION_PANEWS_PANEHANDLE_H */