Linux multi-monitor fullscreen support
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / CtrlBaseButton.xml
blob33f9f3a3f7e6d9930875c32344c251bd392f576c
1 <widget>
2     <header>
3         <name>CtrlBaseButton</name>
4         <guiname>CCtrlBaseButton</guiname>
5         <ancestor>CtrlBase</ancestor>
6         <description></description>
7         <abstract>true</abstract>
8         <icon></icon>
9     </header>
10     <properties>
11         <property>
12             <name>button_type</name>
13             <type>button_type</type>
14             <default>toggle_button</default>
15         </property>
16         <property>
17             <name>pushed</name>
18             <type>bool</type>
19             <default>false</default>
20         </property>
21         <property>
22             <name>over_when_pushed</name>
23             <type>bool</type>
24             <default>true</default>
25         </property>
26         <property>
27             <name>clicked_when_pushed</name>
28             <type>bool</type>
29             <default>false</default>
30         </property>
31         <property>
32             <name>color</name>
33             <type>color</type>
34             <default>255 255 255 255</default>
35         </property>
36         <property>
37             <name>col_pushed</name>
38             <type>color</type>
39             <default>255 255 255 255</default>
40         </property>
41         <property>
42             <name>col_over</name>
43             <type>color</type>
44             <default>255 255 255 255</default>
45         </property>
46         <property>
47             <name>global_color_normal</name>
48             <type>bool</type>
49             <default>true</default>
50         </property>
51         <property>
52             <name>global_color_pushed</name>
53             <type>bool</type>
54             <default>true</default>
55         </property>
56         <property>
57             <name>global_color_over</name>
58             <type>bool</type>
59             <default>true</default>
60         </property>
61         <property>
62             <name>onover</name>
63             <type>action</type>
64             <default></default>
65         </property>
66         <property>
67             <name>params_over</name>
68             <type>string</type>
69             <default></default>
70         </property>
71         <property>
72             <name>onclick_l</name>
73             <type>action</type>
74             <default></default>
75         </property>
76         <property>
77             <name>params_l</name>
78             <type>string</type>
79             <default></default>
80         </property>
81         <property>
82             <name>ondblclick_l</name>
83             <type>action</type>
84             <default></default>
85         </property>
86         <property>
87             <name>params_dblclick_l</name>
88             <type>string</type>
89             <default></default>
90         </property>
91         <property>
92             <name>onclick_r</name>
93             <type>action</type>
94             <default></default>
95         </property>
96         <property>
97             <name>params_r</name>
98             <type>string</type>
99             <default></default>
100         </property>
101         <property>
102             <name>onlongclick_l</name>
103             <type>action</type>
104             <default></default>
105         </property>
106         <property>
107             <name>params_longclick_l</name>
108             <type>string</type>
109             <default></default>
110         </property>
111         <property>
112             <name>onclock_tick</name>
113             <type>action</type>
114             <default></default>
115         </property>
116         <property>
117             <name>params_clock_tick</name>
118             <type>string</type>
119             <default></default>
120         </property>
121         <property>
122             <name>menu_l</name>
123             <type>string</type>
124             <default></default>
125         </property>
126         <property>
127             <name>menu_r</name>
128             <type>string</type>
129             <default></default>
130         </property>
131         <property>
132             <name>menu_b</name>
133             <type>string</type>
134             <default></default>
135         </property>
136         <property>
137             <name>frozen</name>
138             <type>bool</type>
139             <default>false</default>
140         </property>
141         <property>
142             <name>frozen_half_tone</name>
143             <type>bool</type>
144             <default></default>
145         </property>
148     </properties>
149 </widget>