blob: 608d725a2dcd9caeee368062f5170369bc498067 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface domain="sw">
<requires lib="gtk+" version="3.20"/>
<!-- n-columns=1 n-rows=1 -->
<object class="GtkGrid" id="PageFormatPanel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<!-- n-columns=2 n-rows=6 -->
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">end</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border-width">6</property>
<property name="row-spacing">6</property>
<property name="column-spacing">6</property>
<child>
<object class="GtkLabel" id="size">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes" context="pageformatpanel|size">Size:</property>
<property name="use-underline">True</property>
<property name="mnemonic-widget">papersize</property>
<property name="xalign">1</property>
<accessibility>
<relation type="label-for" target="papersize"/>
</accessibility>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="width">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes" context="pageformatpanel|width">Width:</property>
<property name="use-underline">True</property>
<property name="mnemonic-widget">paperwidth</property>
<property name="xalign">1</property>
<accessibility>
<relation type="label-for" target="paperwidth"/>
</accessibility>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="height">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes" context="pageformatpanel|height">Height:</property>
<property name="use-underline">True</property>
<property name="mnemonic-widget">paperheight</property>
<property name="xalign">1</property>
<accessibility>
<relation type="label-for" target="paperheight"/>
</accessibility>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">2</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="orientation">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes" context="pageformatpanel|orientation">Orientation:</property>
<property name="use-underline">True</property>
<property name="mnemonic-widget">paperorientation</property>
<property name="xalign">1</property>
<accessibility>
<relation type="label-for" target="paperorientation"/>
</accessibility>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">3</property>
</packing>
</child>
<child>
<object class="GtkSpinButton" id="paperwidth">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="tooltip-text" translatable="yes" context="pageformatpanel|paperwidth|tooltip_text">Paper Width</property>
<property name="hexpand">True</property>
<property name="text">0</property>
<property name="truncate-multiline">True</property>
<accessibility>
<relation type="labelled-by" target="width"/>
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="paperwidth-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="pageformatpanel|paperwidth|extended_tip">Displays the width of the selected paper format. To define a custom format, enter a width here.</property>
</object>
</child>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">1</property>
</packing>
</child>
<child>
<object class="GtkSpinButton" id="paperheight">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="tooltip-text" translatable="yes" context="pageformatpanel|paperheight|tooltip_text">Paper Height</property>
<property name="hexpand">True</property>
<property name="text">0</property>
<property name="truncate-multiline">True</property>
<accessibility>
<relation type="labelled-by" target="height"/>
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="paperheight-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="pageformatpanel|paperheight|extended_tip">Displays the height of the selected paper format. To define a custom format, enter a height here.</property>
</object>
</child>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">2</property>
</packing>
</child>
<child>
<object class="GtkComboBoxText" id="paperorientation">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="hexpand">True</property>
<items>
<item translatable="yes" context="pageformatpanel|paperorientation">Portrait</item>
<item translatable="yes" context="pageformatpanel|paperorientation">Landscape</item>
</items>
<accessibility>
<relation type="labelled-by" target="orientation"/>
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="paperorientation-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="pageformatpanel|paperorientation|extended_tip">Select paper orientation for display and print.</property>
</object>
</child>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">3</property>
</packing>
</child>
<child>
<object class="GtkComboBoxText" id="papersize">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="hexpand">True</property>
<accessibility>
<relation type="labelled-by" target="size"/>
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="papersize-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="pageformatpanel|papersize|extended tip">Set page size. Use the Width and Height fields to set a custom page size</property>
</object>
</child>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="margin">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes" context="pageformatpanel|margin">Margins:</property>
<property name="use-underline">True</property>
<property name="mnemonic-widget">marginLB</property>
<property name="xalign">1</property>
<accessibility>
<relation type="label-for" target="marginLB"/>
</accessibility>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">4</property>
</packing>
</child>
<child>
<object class="GtkComboBoxText" id="marginLB">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="hexpand">True</property>
<accessibility>
<relation type="labelled-by" target="margin"/>
</accessibility>
<child internal-child="accessible">
<object class="AtkObject" id="marginLB-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="pageformatpanel|extended tip">Specify the amount of space to leave between the edges of the page and the document text.</property>
</object>
</child>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">4</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="customlabel">
<property name="can-focus">False</property>
<property name="no-show-all">True</property>
<property name="label" translatable="yes" context="pageformatpanel|customlabel">Custom</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">5</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">0</property>
</packing>
</child>
</object>
</interface>
|