Merge branch 'main/rendor-staging' into main/atys-live
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / CtrlBase.xml
blob8ac372bdbdb8987d4c54536bb61c89e221ba156f
1 <widget>
2     <header>
3         <name>CtrlBase</name>
4         <guiname>CCtrlBase</guiname>
5         <ancestor>InterfaceElement</ancestor>
6         <description></description>
7         <abstract>true</abstract>
8         <icon></icon>
9     </header>
10     <properties>
11         <property>
12             <name>tooltip</name>
13             <type>string</type>
14             <default></default>
15         </property>
16         <property>
17             <name>tooltip_i18n</name>
18             <type>string</type>
19             <default></default>
20         </property>
21         <property>
22             <name>on_tooltip</name>
23             <type>string</type>
24             <default></default>
25         </property>
26         <property>
27             <name>on_tooltip_params</name>
28             <type>string</type>
29             <default></default>
30         </property>
31         <property>
32             <name>tooltip_parent</name>
33             <type>tooltip_parent</type>
34             <default></default>
35         </property>
36         <property>
37             <name>tooltip_special_parent</name>
38             <type>string</type>
39             <default></default>
40         </property>             
41         <property>
42             <name>tooltip_posref</name>
43             <type>posreftt</type>
44             <default>auto</default>
45         </property>             
46         <property>
47             <name>tooltip_parent_posref</name>
48             <type>posreftt</type>
49             <default>auto</default>
50         </property>             
51         <property>
52             <name>tooltip_posref_alt</name>
53             <type>posreftt</type>
54             <default>auto</default>
55         </property>             
56         <property>
57             <name>tooltip_parent_posref_alt</name>
58             <type>posreftt</type>
59             <default>auto</default>
60         </property>             
61         <property>
62             <name>instant_help</name>
63             <type>bool</type>
64             <default></default>
65         </property>
66     </properties>
67 </widget>