2 * ion/mod_tiling/panehandle.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
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
){
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 */