New lua versions
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / CtrlTextButton.xml
blob6afd06cdfd32f0ca09dc6435047877233f378f55
1 <widget>
2     <header>
3         <name>CtrlTextButton</name>
4         <guiname>CCtrlTextButton</guiname>
5                 <classname>text_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>string</type>
15             <default>but</default>
16         </property>
17         <property>
18             <name>tx_pushed</name>
19             <type>string</type>
20             <default>but</default>
21         </property>
22         <property>
23             <name>tx_over</name>
24             <type>string</type>
25             <default>but_over</default>
26         </property>
27         <property>
28             <name>hardtext</name>
29             <type>string</type>
30             <default>push me</default>
31         </property>
32         <property>
33             <name>wmargin</name>
34             <type>int</type>
35             <default>0</default>
36         </property>
37         <property>
38             <name>wmin</name>
39             <type>int</type>
40             <default>0</default>
41         </property>
42         <property>
43             <name>text_y</name>
44             <type>int</type>
45             <default>-2</default>
46         </property>
47         <property>
48             <name>text_x</name>
49             <type>int</type>
50             <default>-2</default>
51         </property>
52         <property>
53             <name>text_underlined</name>
54             <type>bool</type>
55             <default>false</default>
56         </property>        
57                 <property>
58             <name>text_posref</name>
59             <type>posref</type>
60             <default>MM</default>
61         </property>             
62                 <property>
63             <name>text_parent_posref</name>
64             <type>posref</type>
65             <default>MM</default>
66         </property>             
67         <property>
68             <name>text_color_normal</name>
69             <type>color</type>
70             <default>255 255 255 255</default>
71         </property>
72         <property>
73             <name>text_color_pushed</name>
74             <type>color</type>
75             <default>255 255 255 255</default>
76         </property>
77         <property>
78             <name>text_color_over</name>
79             <type>color</type>
80             <default>255 255 255 255</default>
81         </property>
82         <property>
83             <name>text_shadow_color_normal</name>
84             <type>color</type>
85             <default>0 0 0 255</default>
86         </property>
87         <property>
88             <name>text_shadow_color_pushed</name>
89             <type>color</type>
90             <default>0 0 0 255</default>
91         </property>
92         <property>
93             <name>text_shadow_color_over</name>
94             <type>color</type>
95             <default>0 0 0 255</default>
96         </property>
97         <property>
98             <name>text_global_color_normal</name>
99             <type>bool</type>
100             <default>true</default>
101         </property>
102         <property>
103             <name>text_global_color_pushed</name>
104             <type>bool</type>
105             <default>true</default>
106         </property>
107         <property>
108             <name>text_global_color_over</name>
109             <type>bool</type>
110             <default>true</default>
111         </property>
112         <property>
113             <name>force_text_over</name>
114             <type>bool</type>
115             <default>false</default>
116         </property>
117         <property>
118             <name>text_header_color</name>
119             <type>bool</type>
120             <default>false</default>
121         </property>
122         <property>
123             <name>color</name>
124             <type>color</type>
125             <default>255 255 255 255</default>
126         </property>
127         <property>
128             <name>global_color</name>
129             <type>bool</type>
130             <default>false</default>
131         </property>
132         <property>
133             <name>fontsize</name>
134             <type>int</type>
135             <default>12</default>
136         </property>
137         <property>
138             <name>shadow</name>
139             <type>bool</type>
140             <default>false</default>
141         </property>
142         <property>
143             <name>shadow_color</name>
144             <type>color</type>
145             <default>0 0 0 255</default>
146         </property>
147         <property>
148             <name>multi_line</name>
149             <type>bool</type>
150             <default>false</default>
151         </property>
152         <property>
153             <name>justification</name>
154             <type>text_justification</type>
155             <default>dont_clip_word</default>
156         </property>
157         <property>
158             <name>line_maxw</name>
159             <type>int</type>
160             <default>100</default>
161         </property>
162         <property>
163             <name>multi_line_space</name>
164             <type>int</type>
165             <default>8</default>
166         </property>
167         <property>
168             <name>multi_line_maxw_only</name>
169             <type>bool</type>
170             <default>false</default>
171         </property>
172         <property>
173             <name>multi_max_line</name>
174             <type>int</type>
175             <default>0</default>
176         </property>
177         <property>
178             <name>underlined</name>
179             <type>bool</type>
180             <default>false</default>
181         </property>
182         <property>
183             <name>case_mode</name>
184             <type>int</type>
185             <default>0</default>
186         </property>
187         <property>
188             <name>over_extend_view_text</name>
189             <type>bool</type>
190             <default>false</default>
191         </property>
192         <property>
193             <name>over_extend_parent_rect</name>
194             <type>bool</type>
195             <default>false</default>
196         </property>
197         <property>
198             <name>clamp_right</name>
199             <type>bool</type>
200             <default>true</default>
201         </property>
202         <property>
203             <name>auto_clamp_offset</name>
204             <type>int</type>
205             <default>0</default>
206         </property>
207         <property>
208             <name>continuous_update</name>
209             <type>bool</type>
210             <default>false</default>
211         </property>
212     </properties>
213 </widget>