1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class=
"GtkDialog" id=
"BreakDialog">
5 <property name=
"can_focus">False
</property>
6 <property name=
"border_width">6</property>
7 <property name=
"title" translatable=
"yes">Break
</property>
8 <property name=
"type_hint">dialog
</property>
9 <child internal-child=
"vbox">
10 <object class=
"GtkBox" id=
"dialog-vbox1">
11 <property name=
"can_focus">False
</property>
12 <property name=
"orientation">vertical
</property>
13 <property name=
"spacing">12</property>
14 <child internal-child=
"action_area">
15 <object class=
"GtkButtonBox" id=
"dialog-action_area1">
16 <property name=
"can_focus">False
</property>
17 <property name=
"layout_style">end
</property>
19 <object class=
"GtkButton" id=
"cancel">
20 <property name=
"label">gtk-cancel
</property>
21 <property name=
"visible">True
</property>
22 <property name=
"can_focus">True
</property>
23 <property name=
"receives_default">True
</property>
24 <property name=
"use_stock">True
</property>
27 <property name=
"expand">False
</property>
28 <property name=
"fill">True
</property>
29 <property name=
"position">1</property>
34 <property name=
"expand">False
</property>
35 <property name=
"fill">True
</property>
36 <property name=
"pack_type">end
</property>
37 <property name=
"position">0</property>
41 <object class=
"GtkGrid" id=
"grid1">
42 <property name=
"visible">True
</property>
43 <property name=
"can_focus">False
</property>
44 <property name=
"row_spacing">12</property>
45 <property name=
"column_spacing">12</property>
47 <object class=
"GtkLabel" id=
"label1">
48 <property name=
"visible">True
</property>
49 <property name=
"can_focus">False
</property>
50 <property name=
"xalign">0</property>
51 <property name=
"label" translatable=
"yes">Processing metafile:
</property>
54 <property name=
"left_attach">0</property>
55 <property name=
"top_attach">0</property>
56 <property name=
"width">1</property>
57 <property name=
"height">1</property>
61 <object class=
"GtkLabel" id=
"label2">
62 <property name=
"visible">True
</property>
63 <property name=
"can_focus">False
</property>
64 <property name=
"xalign">0</property>
65 <property name=
"label" translatable=
"yes">Broken down metaobjects:
</property>
68 <property name=
"left_attach">0</property>
69 <property name=
"top_attach">1</property>
70 <property name=
"width">1</property>
71 <property name=
"height">1</property>
75 <object class=
"GtkLabel" id=
"label3">
76 <property name=
"visible">True
</property>
77 <property name=
"can_focus">False
</property>
78 <property name=
"xalign">0</property>
79 <property name=
"label" translatable=
"yes">Inserted drawing objects:
</property>
82 <property name=
"left_attach">0</property>
83 <property name=
"top_attach">2</property>
84 <property name=
"width">1</property>
85 <property name=
"height">1</property>
89 <object class=
"GtkLabel" id=
"metafiles">
90 <property name=
"visible">True
</property>
91 <property name=
"can_focus">False
</property>
92 <property name=
"xalign">0</property>
93 <property name=
"label"> </property>
96 <property name=
"left_attach">1</property>
97 <property name=
"top_attach">0</property>
98 <property name=
"width">1</property>
99 <property name=
"height">1</property>
103 <object class=
"GtkLabel" id=
"metaobjects">
104 <property name=
"visible">True
</property>
105 <property name=
"can_focus">False
</property>
106 <property name=
"xalign">0</property>
107 <property name=
"label"> </property>
110 <property name=
"left_attach">1</property>
111 <property name=
"top_attach">1</property>
112 <property name=
"width">1</property>
113 <property name=
"height">1</property>
117 <object class=
"GtkLabel" id=
"drawingobjects">
118 <property name=
"visible">True
</property>
119 <property name=
"can_focus">False
</property>
120 <property name=
"xalign">0</property>
121 <property name=
"label"> </property>
124 <property name=
"left_attach">1</property>
125 <property name=
"top_attach">2</property>
126 <property name=
"width">1</property>
127 <property name=
"height">1</property>
132 <property name=
"expand">False
</property>
133 <property name=
"fill">True
</property>
134 <property name=
"position">1</property>
140 <action-widget response=
"0">cancel
</action-widget>