]> git.decadent.org.uk Git - ion3.git/blob - ioncore/group-cw.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / group-cw.h
1 /*
2  * ion/ioncore/group-cw.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_GROUPCW_H
10 #define ION_IONCORE_GROUPCW_H
11
12 #include "common.h"
13 #include "group.h"
14 #include "clientwin.h"
15
16
17 DECLCLASS(WGroupCW){
18     WGroup grp;
19     /*WPHolder *fs_pholder;*/
20     WSizePolicy transient_szplcy; /* default transient size policy */
21 };
22
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);
26
27 extern WPHolder *groupcw_prepare_manage(WGroupCW *cwg, 
28                                         const WClientWin *cwin2,
29                                         const WManageParams *param, 
30                                         int redir);
31
32 extern WPHolder *groupcw_prepare_manage_transient(WGroupCW *cwg, 
33                                                   const WClientWin *transient,
34                                                   const WManageParams *param,
35                                                   int unused);
36
37 extern WRegion *groupcw_load(WWindow *par, const WFitParams *fp, ExtlTab tab);
38
39 #endif /* ION_IONCORE_GROUPCW_H */