New lua versions
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / InterfaceGroupWheel.xml
blob6a35671cd0a714b593e75b1d2c56fb0d9c7f32f2
1 <widget>
2     <header>
3         <name>InterfaceGroupWheel</name>
4         <guiname>CInterfaceGroupWheel</guiname>
5                 <classname>group_wheel</classname>
6         <ancestor>InterfaceGroup</ancestor>
7         <description></description>
8         <abstract>false</abstract>
9         <icon></icon>
10     </header>
11     <properties>
12         <property>
13             <name>on_wheel_up</name>
14             <type>action</type>
15             <default></default>
16         </property>
17         <property>
18             <name>on_wheel_up_params</name>
19             <type>string</type>
20             <default></default>
21         </property>
22         <property>
23             <name>on_wheel_down</name>
24             <type>action</type>
25             <default></default>
26         </property>
27         <property>
28             <name>on_wheel_down_params</name>
29             <type>string</type>
30             <default></default>
31         </property>
32     </properties>
33 </widget>