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