CHANGED: #1471 Implemented property querying for CGroupTab.
--HG-- branch : gsoc2012-gui-editorhg/feature/sse2
parent
7657eafe86
commit
9dda3aac07
@ -0,0 +1,27 @@
|
||||
<widget>
|
||||
<header>
|
||||
<name>GroupTab</name>
|
||||
<guiname>CGroupTab</guiname>
|
||||
<ancestor>InterfaceGroup</ancestor>
|
||||
<description></description>
|
||||
<abstract>false</abstract>
|
||||
<icon></icon>
|
||||
</header>
|
||||
<properties>
|
||||
<property>
|
||||
<name>hide_out_tabs</name>
|
||||
<type>bool</type>
|
||||
<default></default>
|
||||
</property>
|
||||
<property>
|
||||
<name>onchange</name>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
</property>
|
||||
<property>
|
||||
<name>onchange_params</name>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
</property>
|
||||
</properties>
|
||||
</widget>
|
Loading…
Reference in New Issue