Linux multi-monitor fullscreen support
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / InterfaceGroup.xml
blob50f7c3e83f6833d664d76a722ded9600643da4f7
1 <widget>
2     <header>
3         <name>InterfaceGroup</name>
4         <guiname>CInterfaceGroup</guiname>
5                 <classname>interface_group</classname>
6         <ancestor>CtrlBase</ancestor>
7         <description></description>
8         <abstract>false</abstract>
9         <icon></icon>
10     </header>
11     <properties>
12         <property>
13             <name>overlappable</name>
14             <type>bool</type>
15             <default>true</default>
16         </property>
17         <property>
18             <name>escapable</name>
19             <type>bool</type>
20             <default>false</default>
21         </property>
22         <property>
23             <name>child_resize_w</name>
24             <type>bool</type>
25             <default>false</default>
26         </property>
27         <property>
28             <name>child_resize_h</name>
29             <type>bool</type>
30             <default>false</default>
31         </property>
32         <property>
33             <name>child_resize_wmargin</name>
34             <type>int</type>
35             <default>0</default>
36         </property>
37         <property>
38             <name>child_resize_hmargin</name>
39             <type>int</type>
40             <default>0</default>
41         </property>
42         <property>
43             <name>on_active</name>
44             <type>action</type>
45             <default></default>
46         </property>
47         <property>
48             <name>on_active_params</name>
49             <type>string</type>
50             <default></default>
51         </property>
52         <property>
53             <name>on_deactive</name>
54             <type>action</type>
55             <default></default>
56         </property>
57         <property>
58             <name>on_deactive_params</name>
59             <type>string</type>
60             <default></default>
61         </property>
62         <property>
63             <name>max_w</name>
64             <type>int</type>
65             <default>16384</default>
66         </property>
67         <property>
68             <name>max_h</name>
69             <type>int</type>
70             <default>16384</default>
71         </property>
72         <property>
73             <name>max_sizeref</name>
74             <type>string</type>
75             <default></default>
76         </property>
77         <property>
78             <name>max_sizeparent</name>
79             <type>string</type>
80             <default>parent</default>
81         </property>
82         <property>
83             <name>group_onclick_r</name>
84             <type>action</type>
85             <default></default>
86         </property>
87         <property>
88             <name>group_params_r</name>
89             <type>string</type>
90             <default></default>
91         </property>
92         <property>
93             <name>group_onclick_l</name>
94             <type>action</type>
95             <default></default>
96         </property>
97         <property>
98             <name>group_params_l</name>
99             <type>string</type>
100             <default></default>
101         </property>
102         <property>
103             <name>on_enter</name>
104             <type>action</type>
105             <default>handler</default>
106         </property>
107         <property>
108             <name>on_enter_params</name>
109             <type>string</type>
110             <default>params</default>
111         </property>
112         <property>
113             <name>win_priority</name>
114             <type>int</type>
115             <default>3</default>
116         </property>
117         <property>
118             <name>use_cursor</name>
119             <type>bool</type>
120             <default>true</default>
121         </property>
122         <property>
123             <name>on_escape</name>
124             <type>string</type>
125             <default></default>
126         </property>
127         <property>
128             <name>on_escape_params</name>
129             <type>string</type>
130             <default></default>
131         </property>
132         <property>
133             <name>lua_class</name>
134             <type>string</type>
135             <default></default>
136         </property>
137     </properties>
138 </widget>