2 * ion/ioncore/group-cw.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_IONCORE_GROUPCW_H
10 #define ION_IONCORE_GROUPCW_H
14 #include "clientwin.h"
19 /*WPHolder *fs_pholder;*/
20 WSizePolicy transient_szplcy
; /* default transient size policy */
23 extern bool groupcw_init(WGroupCW
*cwg
, WWindow
*parent
, const WFitParams
*fp
);
24 extern WGroupCW
*create_groupcw(WWindow
*parent
, const WFitParams
*fp
);
25 extern void groupcw_deinit(WGroupCW
*cwg
);
27 extern WPHolder
*groupcw_prepare_manage(WGroupCW
*cwg
,
28 const WClientWin
*cwin2
,
29 const WManageParams
*param
,
32 extern WPHolder
*groupcw_prepare_manage_transient(WGroupCW
*cwg
,
33 const WClientWin
*transient
,
34 const WManageParams
*param
,
37 extern WRegion
*groupcw_load(WWindow
*par
, const WFitParams
*fp
, ExtlTab tab
);
39 #endif /* ION_IONCORE_GROUPCW_H */