Merge branch 'main/rendor-staging' into main/atys-live
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / GroupTable.xml
blobdfbc4e2a8b307fedce3ae6ab66d9de84be246a99
1 <widget>
2     <header>
3         <name>GroupTable</name>
4         <guiname>CGroupTable</guiname>
5                 <classname>table</classname>
6         <ancestor>InterfaceGroup</ancestor>
7         <description></description>
8         <abstract>false</abstract>
9         <icon></icon>
10     </header>
11     <properties>
12         <property>
13             <name>border</name>
14             <type>int</type>
15             <default>0</default>
16         </property>
17         <property>
18             <name>cellpadding</name>
19             <type>int</type>
20             <default>0</default>
21         </property>
22         <property>
23             <name>cellspacing</name>
24             <type>int</type>
25             <default>0</default>
26         </property>
27         <property>
28             <name>bgcolor</name>
29             <type>color</type>
30             <default>0 0 0 255</default>
31         </property>
32         <property>
33             <name>width</name>
34             <type>string</type>
35             <default>0</default>
36         </property>
37         <property>
38             <name>continuous_update</name>
39             <type>bool</type>
40             <default>false</default>
41         </property>
43     </properties>
44 </widget>