Merge branch 'main/rendor-staging' into main/atys-live
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / GroupMenu.xml
blob3bd0c5506dd52c478161a263ed7de10965a2e06c
1 <widget>
2     <header>
3         <name>GroupMenu</name>
4         <guiname>CGroupMenu</guiname>
5                 <classname>menu</classname>
6         <ancestor>GroupModal</ancestor>
7         <description></description>
8         <abstract>false</abstract>
9         <icon></icon>
10     </header>
11     <properties>
12         <property>
13             <name>extends</name>
14             <type>string</type>
15             <default></default>
16         </property>
17         <property>
18             <name>color</name>
19             <type>color</type>
20             <default>255 255 255 255</default>
21         </property>
22         <property>
23             <name>case_mode</name>
24             <type>int</type>
25             <default>2</default>
26         </property>
27         <property>
28             <name>shadow_color</name>
29             <type>color</type>
30             <default>0 0 0 255</default>
31         </property>
32         <property>
33             <name>color_over</name>
34             <type>color</type>
35             <default>255 255 255 255</default>
36         </property>
37         <property>
38             <name>shadow_color_over</name>
39             <type>color</type>
40             <default>0 0 0 255</default>
41         </property>
42         <property>
43             <name>highlight_over</name>
44             <type>color</type>
45             <default>128 0 0 255</default>
46         </property>
47         <property>
48             <name>color_grayed</name>
49             <type>color</type>
50             <default>128 128 128 255</default>
51         </property>
52         <property>
53             <name>shadow_color_grayed</name>
54             <type>color</type>
55             <default>0 0 0 255</default>
56         </property>
57         <property>
58             <name>space</name>
59             <type>int</type>
60             <default>3</default>
61         </property>
62         <property>
63             <name>fontsize</name>
64             <type>int</type>
65             <default>12</default>
66         </property>
67         <property>
68             <name>shadow</name>
69             <type>bool</type>
70             <default>false</default>
71         </property>
72         <property>
73             <name>formatted</name>
74             <type>bool</type>
75             <default>false</default>
76         </property>
77         <property>
78             <name>max_visible_line</name>
79             <type>int</type>
80             <default>0</default>
81         </property>
83     
84     </properties>
85 </widget>