Kludge IntelliJ IDEA splash popup to be transient
[notion.git] / mod_tiling / panehandle.h
blobb8c91bae6306afdbb17530c8dae3881bb191e51a
1 /*
2 * ion/mod_tiling/panehandle.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_PANEWS_PANEHANDLE_H
10 #define ION_PANEWS_PANEHANDLE_H
12 #include <ioncore/common.h>
13 #include <ioncore/gr.h>
15 INTRCLASS(WPaneHandle);
17 #include "splitfloat.h"
19 DECLCLASS(WPaneHandle){
20 WWindow wwin;
21 GrBrush *brush;
22 GrBorderLine bline;
23 GrBorderWidths bdw;
24 WSplitFloat *splitfloat;
27 extern bool panehandle_init(WPaneHandle *pwin,
28 WWindow *parent, const WFitParams *fp);
29 extern WPaneHandle *create_panehandle(WWindow *parent, const WFitParams *fp);
31 #endif /* ION_PANEWS_PANEHANDLE_H */