CHANGED: #1471 Implemented property querying for CInterfaceGroupWheel.
--HG-- branch : gsoc2012-gui-editorhg/feature/sse2
parent
cee3e3c5b4
commit
70d5759713
@ -0,0 +1,32 @@
|
|||||||
|
<widget>
|
||||||
|
<header>
|
||||||
|
<name>InterfaceGroupWheel</name>
|
||||||
|
<guiname>CInterfaceGroupWheel</guiname>
|
||||||
|
<ancestor>InterfaceGroup</ancestor>
|
||||||
|
<description></description>
|
||||||
|
<abstract>false</abstract>
|
||||||
|
<icon></icon>
|
||||||
|
</header>
|
||||||
|
<properties>
|
||||||
|
<property>
|
||||||
|
<name>on_wheel_up</name>
|
||||||
|
<type>string</type>
|
||||||
|
<default></default>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>on_wheel_up_params</name>
|
||||||
|
<type>string</type>
|
||||||
|
<default></default>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>on_wheel_down</name>
|
||||||
|
<type>string</type>
|
||||||
|
<default></default>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>on_wheel_down_params</name>
|
||||||
|
<type>string</type>
|
||||||
|
<default></default>
|
||||||
|
</property>
|
||||||
|
</properties>
|
||||||
|
</widget>
|
Loading…
Reference in New Issue