Linux multi-monitor fullscreen support
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / CtrlButton.xml
blob2454f7035fa1f667232f69a92dacd4ce1b4c75ca
1 <widget>
2     <header>
3         <name>CtrlButton</name>
4         <guiname>CCtrlButton</guiname>
5                 <classname>button</classname>
6         <ancestor>CtrlBaseButton</ancestor>
7         <description></description>
8         <abstract>false</abstract>
9         <icon></icon>
10     </header>
11     <properties>
12         <property>
13             <name>tx_normal</name>
14             <type>texture</type>
15             <default>tp_quit.tga</default>
16         </property>
17         <property>
18             <name>tx_pushed</name>
19             <type>texture</type>
20             <default>tp_quit.tga</default>
21         </property>
22         <property>
23             <name>tx_over</name>
24             <type>texture</type>
25             <default>tp_quit.tga</default>
26         </property>
27         <property>
28             <name>scale</name>
29             <type>bool</type>
30             <default>false</default>
31         </property>
32         <property>
33             <name>align</name>
34             <type>string</type>
35             <default></default>
36         </property>
37     </properties>
38 </widget>