message-view: bgo #727634 - Cannot copy build output
[anjuta.git] / plugins / message-view / anjuta-message-manager-plugin.ui
blobfb4005f191df517a737a657ae92bea782421611c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkAdjustment" id="adjustment1">
5 <property name="lower">1</property>
6 <property name="upper">1000</property>
7 <property name="value">50</property>
8 <property name="step_increment">1</property>
9 <property name="page_increment">10</property>
10 </object>
11 <object class="GtkAdjustment" id="adjustment2">
12 <property name="lower">1</property>
13 <property name="upper">1000</property>
14 <property name="value">50</property>
15 <property name="step_increment">1</property>
16 <property name="page_increment">10</property>
17 </object>
18 <object class="GtkListStore" id="model2">
19 <columns>
20 <!-- column-name gchararray -->
21 <column type="gchararray"/>
22 <!-- column-name id -->
23 <column type="gchararray"/>
24 </columns>
25 <data>
26 <row>
27 <col id="0" translatable="yes" comments="text style in editor">Underline-Plain</col>
28 <col id="1">Underline-Plain</col>
29 </row>
30 <row>
31 <col id="0" translatable="yes" comments="text style in editor">Underline-Squiggle</col>
32 <col id="1">Underline-Squiggle</col>
33 </row>
34 <row>
35 <col id="0" translatable="yes" comments="text style in editor, TT is for typewriter text">Underline-TT</col>
36 <col id="1">Underline-TT</col>
37 </row>
38 <row>
39 <col id="0" translatable="yes" comments="text style in editor">Diagonal</col>
40 <col id="1">Diagonal</col>
41 </row>
42 <row>
43 <col id="0" translatable="yes" comments="text style in editor">Strike-Out</col>
44 <col id="1">Strike-Out</col>
45 </row>
46 </data>
47 </object>
48 <object class="GtkWindow" id="preferences_dialog_messages">
49 <property name="can_focus">False</property>
50 <property name="title" translatable="yes">window6</property>
51 <child>
52 <object class="GtkVBox" id="Messages">
53 <property name="visible">True</property>
54 <property name="can_focus">False</property>
55 <child>
56 <object class="GtkFrame" id="frame37">
57 <property name="visible">True</property>
58 <property name="can_focus">False</property>
59 <property name="border_width">5</property>
60 <property name="label_xalign">0</property>
61 <property name="shadow_type">none</property>
62 <child>
63 <object class="GtkTable" id="table19">
64 <property name="visible">True</property>
65 <property name="can_focus">False</property>
66 <property name="border_width">10</property>
67 <property name="n_rows">3</property>
68 <property name="n_columns">2</property>
69 <property name="column_spacing">5</property>
70 <property name="row_spacing">5</property>
71 <child>
72 <object class="GtkLabel" id="label142">
73 <property name="visible">True</property>
74 <property name="can_focus">False</property>
75 <property name="xalign">0</property>
76 <property name="label" translatable="yes">Error message indicator style:</property>
77 </object>
78 <packing>
79 <property name="top_attach">2</property>
80 <property name="bottom_attach">3</property>
81 <property name="x_options">GTK_FILL</property>
82 <property name="y_options"></property>
83 </packing>
84 </child>
85 <child>
86 <object class="GtkLabel" id="label141">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="xalign">0</property>
90 <property name="label" translatable="yes">Warning message indicator style:</property>
91 </object>
92 <packing>
93 <property name="top_attach">1</property>
94 <property name="bottom_attach">2</property>
95 <property name="x_options">GTK_FILL</property>
96 <property name="y_options"></property>
97 </packing>
98 </child>
99 <child>
100 <object class="GtkLabel" id="label140">
101 <property name="visible">True</property>
102 <property name="can_focus">False</property>
103 <property name="xalign">0</property>
104 <property name="label" translatable="yes">Normal message indicator style:</property>
105 </object>
106 <packing>
107 <property name="x_options">GTK_FILL</property>
108 <property name="y_options"></property>
109 </packing>
110 </child>
111 <child>
112 <object class="GtkComboBox" id="preferences:style-normal">
113 <property name="visible">True</property>
114 <property name="can_focus">False</property>
115 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
116 <property name="model">model2</property>
117 <property name="id_column">1</property>
118 <child>
119 <object class="GtkCellRendererText" id="renderer2"/>
120 <attributes>
121 <attribute name="text">0</attribute>
122 </attributes>
123 </child>
124 </object>
125 <packing>
126 <property name="left_attach">1</property>
127 <property name="right_attach">2</property>
128 <property name="y_options"></property>
129 </packing>
130 </child>
131 <child>
132 <object class="GtkComboBox" id="preferences:style-warning">
133 <property name="visible">True</property>
134 <property name="can_focus">False</property>
135 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
136 <property name="model">model2</property>
137 <property name="id_column">1</property>
138 <child>
139 <object class="GtkCellRendererText" id="renderer3"/>
140 <attributes>
141 <attribute name="text">0</attribute>
142 </attributes>
143 </child>
144 </object>
145 <packing>
146 <property name="left_attach">1</property>
147 <property name="right_attach">2</property>
148 <property name="top_attach">1</property>
149 <property name="bottom_attach">2</property>
150 <property name="y_options"></property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkComboBox" id="preferences:style-error">
155 <property name="visible">True</property>
156 <property name="can_focus">False</property>
157 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
158 <property name="model">model2</property>
159 <property name="id_column">1</property>
160 <child>
161 <object class="GtkCellRendererText" id="renderer4"/>
162 <attributes>
163 <attribute name="text">0</attribute>
164 </attributes>
165 </child>
166 </object>
167 <packing>
168 <property name="left_attach">1</property>
169 <property name="right_attach">2</property>
170 <property name="top_attach">2</property>
171 <property name="bottom_attach">3</property>
172 <property name="y_options"></property>
173 </packing>
174 </child>
175 </object>
176 </child>
177 <child type="label">
178 <object class="GtkLabel" id="label139">
179 <property name="visible">True</property>
180 <property name="can_focus">False</property>
181 <property name="label" translatable="yes">Indicators</property>
182 <attributes>
183 <attribute name="weight" value="bold"/>
184 </attributes>
185 </object>
186 </child>
187 </object>
188 <packing>
189 <property name="expand">False</property>
190 <property name="fill">True</property>
191 <property name="position">0</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkFrame" id="frame38">
196 <property name="visible">True</property>
197 <property name="can_focus">False</property>
198 <property name="border_width">5</property>
199 <property name="label_xalign">0</property>
200 <property name="shadow_type">none</property>
201 <child>
202 <object class="GtkTable" id="table20">
203 <property name="visible">True</property>
204 <property name="can_focus">False</property>
205 <property name="border_width">10</property>
206 <property name="n_columns">6</property>
207 <property name="column_spacing">5</property>
208 <property name="row_spacing">5</property>
209 <child>
210 <object class="GtkColorButton" id="preferences:color-error">
211 <property name="use_action_appearance">False</property>
212 <property name="visible">True</property>
213 <property name="can_focus">True</property>
214 <property name="receives_default">False</property>
215 <property name="use_action_appearance">False</property>
216 </object>
217 <packing>
218 <property name="left_attach">5</property>
219 <property name="right_attach">6</property>
220 <property name="x_options">GTK_FILL</property>
221 <property name="y_options"></property>
222 </packing>
223 </child>
224 <child>
225 <object class="GtkColorButton" id="preferences:color-warning">
226 <property name="use_action_appearance">False</property>
227 <property name="visible">True</property>
228 <property name="can_focus">True</property>
229 <property name="receives_default">False</property>
230 <property name="use_action_appearance">False</property>
231 </object>
232 <packing>
233 <property name="left_attach">3</property>
234 <property name="right_attach">4</property>
235 <property name="x_options">GTK_FILL</property>
236 <property name="y_options"></property>
237 </packing>
238 </child>
239 <child>
240 <object class="GtkLabel" id="label145">
241 <property name="visible">True</property>
242 <property name="can_focus">False</property>
243 <property name="xalign">0</property>
244 <property name="label" translatable="yes">Warnings:</property>
245 </object>
246 <packing>
247 <property name="left_attach">2</property>
248 <property name="right_attach">3</property>
249 <property name="x_options">GTK_FILL</property>
250 <property name="y_options"></property>
251 </packing>
252 </child>
253 <child>
254 <object class="GtkLabel" id="label144">
255 <property name="visible">True</property>
256 <property name="can_focus">False</property>
257 <property name="xalign">0</property>
258 <property name="label" translatable="yes">Errors:</property>
259 </object>
260 <packing>
261 <property name="left_attach">4</property>
262 <property name="right_attach">5</property>
263 <property name="x_options">GTK_FILL</property>
264 <property name="y_options"></property>
265 </packing>
266 </child>
267 <child>
268 <object class="GtkLabel" id="label1">
269 <property name="visible">True</property>
270 <property name="can_focus">False</property>
271 <property name="xalign">0</property>
272 <property name="label" translatable="yes">Important:</property>
273 </object>
274 <packing>
275 <property name="x_options">GTK_FILL</property>
276 <property name="y_options"></property>
277 </packing>
278 </child>
279 <child>
280 <object class="GtkColorButton" id="preferences:color-important">
281 <property name="use_action_appearance">False</property>
282 <property name="visible">True</property>
283 <property name="can_focus">True</property>
284 <property name="receives_default">False</property>
285 <property name="use_action_appearance">False</property>
286 </object>
287 <packing>
288 <property name="left_attach">1</property>
289 <property name="right_attach">2</property>
290 <property name="x_options">GTK_FILL</property>
291 <property name="y_options"></property>
292 </packing>
293 </child>
294 </object>
295 </child>
296 <child type="label">
297 <object class="GtkLabel" id="label143">
298 <property name="visible">True</property>
299 <property name="can_focus">False</property>
300 <property name="label" translatable="yes">Message colors</property>
301 <attributes>
302 <attribute name="weight" value="bold"/>
303 </attributes>
304 </object>
305 </child>
306 </object>
307 <packing>
308 <property name="expand">False</property>
309 <property name="fill">True</property>
310 <property name="position">1</property>
311 </packing>
312 </child>
313 </object>
314 </child>
315 </object>
316 </interface>