Linux multi-monitor fullscreen support
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / GroupTree.xml
blobb20c747334c18d1b60b9ab6700b795e0a19c3400
1 <widget>
2     <header>
3         <name>GroupTree</name>
4         <guiname>CGroupTree</guiname>
5                 <classname>tree</classname>
6         <ancestor>InterfaceGroup</ancestor>
7         <description></description>
8         <abstract>false</abstract>
9         <icon></icon>
10     </header>
11     <properties>
12         <property>
13             <name>col_over</name>
14             <type>color</type>
15             <default>255 255 255 128</default>
16         </property>
17         <property>
18             <name>col_select</name>
19             <type>color</type>
20             <default>255 128 128 128</default>
21         </property>
22         <property>
23             <name>col_over_back</name>
24             <type>color</type>
25             <default>64 64 64 255</default>
26         </property>
27         <property>
28             <name>fontsize</name>
29             <type>int</type>
30             <default>12</default>
31         </property>
32         <property>
33             <name>select_ancestor_on_close</name>
34             <type>bool</type>
35             <default>false</default>
36         </property>
37         <property>
38             <name>navigate_one_branch</name>
39             <type>bool</type>
40             <default>false</default>
41         </property>
42         <property>
43             <name>arbo_open_first</name>
44             <type>string</type>
45             <default>arbo_open_first.tga</default>
46         </property>
47         <property>
48             <name>arbo_close_just_one</name>
49             <type>string</type>
50             <default>arbo_close_just_one.tga</default>
51         </property>
52         <property>
53             <name>arbo_son_without_son</name>
54             <type>string</type>
55             <default>arbo_son_without_son.tga</default>
56         </property>
57         <property>
58             <name>arbo_son_last</name>
59             <type>string</type>
60             <default>arbo_son_last.tga</default>
61         </property>
62         <property>
63             <name>arbo_son</name>
64             <type>string</type>
65             <default>arbo_son.tga</default>
66         </property>
67         <property>
68             <name>arbo_x_extend</name>
69             <type>string</type>
70             <default></default>
71         </property>
72         <property>
73             <name>arbo_level</name>
74             <type>arbo_level.tga</type>
75             <default></default>
76         </property>
77         <property>
78             <name>rectangle_outline</name>
79             <type>bool</type>
80             <default>false</default>
81         </property>
82         <property>
83             <name>rectangle_x</name>
84             <type>int</type>
85             <default>0</default>
86         </property>
87         <property>
88             <name>rectangle_y</name>
89             <type>int</type>
90             <default>0</default>
91         </property>
92         <property>
93             <name>rectangle_w</name>
94             <type>int</type>
95             <default>10</default>
96         </property>
97         <property>
98             <name>rectangle_h</name>
99             <type></type>
100             <default>10</default>
101         </property>
102         <property>
103             <name>rectangle_drl</name>
104             <type></type>
105             <default>0</default>
106         </property>
110     </properties>
111 </widget>