1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Generated with glade 3.40.0 --> 3<interface domain="vcl"> 4 <requires lib="gtk+" version="3.20"/> 5 <object class="GtkAdjustment" id="adjustment1"> 6 <property name="lower">10</property> 7 <property name="upper">200</property> 8 <property name="value">100</property> 9 <property name="step-increment">1</property> 10 <property name="page-increment">10</property> 11 </object> 12 <object class="GtkAdjustment" id="adjustment2"> 13 <property name="lower">1</property> 14 <property name="upper">16384</property> 15 <property name="value">1</property> 16 <property name="step-increment">1</property> 17 <property name="page-increment">10</property> 18 </object> 19 <object class="GtkAdjustment" id="adjustment3"> 20 <property name="lower">1</property> 21 <property name="upper">1000</property> 22 <property name="step-increment">1</property> 23 <property name="page-increment">10</property> 24 </object> 25 <object class="GtkAdjustment" id="adjustment4"> 26 <property name="lower">1</property> 27 <property name="upper">1000</property> 28 <property name="step-increment">1</property> 29 <property name="page-increment">10</property> 30 </object> 31 <object class="GtkAdjustment" id="adjustment5"> 32 <property name="upper">1000</property> 33 <property name="step-increment">1</property> 34 <property name="page-increment">10</property> 35 </object> 36 <object class="GtkAdjustment" id="adjustment6"> 37 <property name="upper">1000</property> 38 <property name="step-increment">1</property> 39 <property name="page-increment">10</property> 40 </object> 41 <object class="GtkImage" id="imgBack"> 42 <property name="visible">True</property> 43 <property name="can-focus">False</property> 44 <property name="icon-name">go-previous</property> 45 </object> 46 <object class="GtkImage" id="imgFirst"> 47 <property name="visible">True</property> 48 <property name="can-focus">False</property> 49 <property name="icon-name">go-first</property> 50 </object> 51 <object class="GtkImage" id="imgForward"> 52 <property name="visible">True</property> 53 <property name="can-focus">False</property> 54 <property name="icon-name">go-next</property> 55 </object> 56 <object class="GtkImage" id="imgLast"> 57 <property name="visible">True</property> 58 <property name="can-focus">False</property> 59 <property name="icon-name">go-last</property> 60 </object> 61 <object class="GtkDialog" id="PrintDialog"> 62 <property name="can-focus">False</property> 63 <property name="border-width">6</property> 64 <property name="title" translatable="yes" context="printdialog|PrintDialog">Print</property> 65 <property name="modal">True</property> 66 <property name="default-width">0</property> 67 <property name="default-height">0</property> 68 <property name="type-hint">dialog</property> 69 <child internal-child="vbox"> 70 <object class="GtkBox" id="PrintDialogBox"> 71 <property name="can-focus">False</property> 72 <property name="orientation">vertical</property> 73 <property name="spacing">12</property> 74 <child internal-child="action_area"> 75 <object class="GtkButtonBox" id="internalarea"> 76 <property name="can-focus">False</property> 77 <property name="layout-style">end</property> 78 <child> 79 <object class="GtkButton" id="help"> 80 <property name="label" translatable="yes" context="stock">_Help</property> 81 <property name="visible">True</property> 82 <property name="can-focus">True</property> 83 <property name="receives-default">True</property> 84 <property name="use-underline">True</property> 85 </object> 86 <packing> 87 <property name="expand">False</property> 88 <property name="fill">True</property> 89 <property name="position">0</property> 90 <property name="secondary">True</property> 91 </packing> 92 </child> 93 <child> 94 <object class="GtkButton" id="ok"> 95 <property name="label" translatable="yes" context="printdialog|print">_Print</property> 96 <property name="visible">True</property> 97 <property name="can-focus">True</property> 98 <property name="can-default">True</property> 99 <property name="has-default">True</property> 100 <property name="receives-default">True</property> 101 <property name="use-underline">True</property> 102 <style> 103 <class name="suggested-action"/> 104 </style> 105 </object> 106 <packing> 107 <property name="expand">False</property> 108 <property name="fill">True</property> 109 <property name="position">2</property> 110 </packing> 111 </child> 112 <child> 113 <object class="GtkButton" id="cancel"> 114 <property name="label" translatable="yes" context="stock">_Cancel</property> 115 <property name="visible">True</property> 116 <property name="can-focus">True</property> 117 <property name="receives-default">True</property> 118 <property name="use-underline">True</property> 119 </object> 120 <packing> 121 <property name="expand">False</property> 122 <property name="fill">True</property> 123 <property name="position">3</property> 124 </packing> 125 </child> 126 </object> 127 <packing> 128 <property name="expand">False</property> 129 <property name="fill">False</property> 130 <property name="position">1</property> 131 </packing> 132 </child> 133 <child> 134 <object class="GtkBox"> 135 <property name="visible">True</property> 136 <property name="can-focus">False</property> 137 <property name="hexpand">True</property> 138 <property name="vexpand">True</property> 139 <child> 140 <object class="GtkBox" id="box2"> 141 <property name="visible">True</property> 142 <property name="can-focus">False</property> 143 <property name="margin-end">6</property> 144 <property name="hexpand">True</property> 145 <property name="vexpand">True</property> 146 <property name="orientation">vertical</property> 147 <property name="spacing">12</property> 148 <child> 149 <object class="GtkBox" id="box13"> 150 <property name="visible">True</property> 151 <property name="can-focus">False</property> 152 <property name="hexpand">True</property> 153 <property name="vexpand">True</property> 154 <property name="orientation">vertical</property> 155 <child> 156 <object class="GtkDrawingArea" id="preview"> 157 <property name="visible">True</property> 158 <property name="can-focus">False</property> 159 <property name="events">GDK_STRUCTURE_MASK | GDK_SCROLL_MASK</property> 160 <property name="tooltip-text" translatable="yes" context="printdialog|printpreview">Print preview</property> 161 <property name="margin-end">6</property> 162 <property name="hexpand">True</property> 163 <property name="vexpand">True</property> 164 <child internal-child="accessible"> 165 <object class="AtkObject" id="preview-atkobject"> 166 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|preview">The preview shows how each sheet of paper will look. You can browse through all sheets of paper with the buttons below the preview.</property> 167 </object> 168 </child> 169 </object> 170 <packing> 171 <property name="expand">True</property> 172 <property name="fill">True</property> 173 <property name="position">0</property> 174 </packing> 175 </child> 176 </object> 177 <packing> 178 <property name="expand">True</property> 179 <property name="fill">True</property> 180 <property name="position">0</property> 181 </packing> 182 </child> 183 <child> 184 <object class="GtkBox" id="box3"> 185 <property name="visible">True</property> 186 <property name="can-focus">False</property> 187 <property name="hexpand">True</property> 188 <child> 189 <object class="GtkBox" id="box10"> 190 <property name="visible">True</property> 191 <property name="can-focus">False</property> 192 <property name="halign">start</property> 193 <property name="spacing">3</property> 194 <child> 195 <object class="GtkCheckButton" id="previewbox"> 196 <property name="label" translatable="yes" context="printdialog|previewbox">Pre_view</property> 197 <property name="visible">True</property> 198 <property name="can-focus">True</property> 199 <property name="receives-default">False</property> 200 <property name="use-underline">True</property> 201 <property name="active">True</property> 202 <property name="draw-indicator">True</property> 203 <child internal-child="accessible"> 204 <object class="AtkObject" id="previewbox-atkobject"> 205 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|previewbox">Turn on or off display of the print preview.</property> 206 </object> 207 </child> 208 </object> 209 <packing> 210 <property name="expand">False</property> 211 <property name="fill">False</property> 212 <property name="pack-type">end</property> 213 <property name="position">0</property> 214 </packing> 215 </child> 216 </object> 217 <packing> 218 <property name="expand">False</property> 219 <property name="fill">False</property> 220 <property name="position">0</property> 221 </packing> 222 </child> 223 <child> 224 <object class="GtkBox" id="box14"> 225 <property name="visible">True</property> 226 <property name="can-focus">False</property> 227 <property name="halign">end</property> 228 <property name="hexpand">True</property> 229 <property name="spacing">6</property> 230 <child> 231 <object class="GtkButton" id="btnFirst"> 232 <property name="visible">True</property> 233 <property name="can-focus">True</property> 234 <property name="receives-default">True</property> 235 <property name="tooltip-text" translatable="yes" context="printdialog|firstpage">First page</property> 236 <property name="image">imgFirst</property> 237 <property name="always-show-image">True</property> 238 <child internal-child="accessible"> 239 <object class="AtkObject" id="btnFirst-atkobject"> 240 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|btnFirst">Shows preview of the first page.</property> 241 </object> 242 </child> 243 </object> 244 <packing> 245 <property name="expand">False</property> 246 <property name="fill">False</property> 247 <property name="position">0</property> 248 </packing> 249 </child> 250 <child> 251 <object class="GtkButton" id="backward"> 252 <property name="visible">True</property> 253 <property name="can-focus">True</property> 254 <property name="receives-default">True</property> 255 <property name="tooltip-text" translatable="yes" context="printdialog|backward">Previous page</property> 256 <property name="image">imgBack</property> 257 <property name="always-show-image">True</property> 258 <child internal-child="accessible"> 259 <object class="AtkObject" id="backward-atkobject"> 260 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|backward">Shows preview of the previous page.</property> 261 </object> 262 </child> 263 </object> 264 <packing> 265 <property name="expand">False</property> 266 <property name="fill">False</property> 267 <property name="position">1</property> 268 </packing> 269 </child> 270 <child> 271 <object class="GtkEntry" id="pageedit"> 272 <property name="visible">True</property> 273 <property name="can-focus">True</property> 274 <property name="width-chars">3</property> 275 <property name="text">1</property> 276 <property name="truncate-multiline">True</property> 277 <child internal-child="accessible"> 278 <object class="AtkObject" id="pageedit-atkobject"> 279 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pageedit">Enter the number of page to be shown in the preview.</property> 280 </object> 281 </child> 282 </object> 283 <packing> 284 <property name="expand">False</property> 285 <property name="fill">False</property> 286 <property name="position">2</property> 287 </packing> 288 </child> 289 <child> 290 <object class="GtkLabel" id="totalnumpages"> 291 <property name="visible">True</property> 292 <property name="can-focus">False</property> 293 <property name="label" translatable="yes" context="printdialog|totalnumpages">/ %n</property> 294 </object> 295 <packing> 296 <property name="expand">False</property> 297 <property name="fill">False</property> 298 <property name="position">3</property> 299 </packing> 300 </child> 301 <child> 302 <object class="GtkButton" id="forward"> 303 <property name="visible">True</property> 304 <property name="can-focus">True</property> 305 <property name="receives-default">True</property> 306 <property name="tooltip-text" translatable="yes" context="printdialog|forward">Next page</property> 307 <property name="image">imgForward</property> 308 <property name="always-show-image">True</property> 309 <child internal-child="accessible"> 310 <object class="AtkObject" id="forward-atkobject"> 311 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|forward">Shows preview of the next page.</property> 312 </object> 313 </child> 314 </object> 315 <packing> 316 <property name="expand">False</property> 317 <property name="fill">False</property> 318 <property name="position">4</property> 319 </packing> 320 </child> 321 <child> 322 <object class="GtkButton" id="btnLast"> 323 <property name="visible">True</property> 324 <property name="can-focus">True</property> 325 <property name="receives-default">True</property> 326 <property name="tooltip-text" translatable="yes" context="printdialog|lastpage">Last page</property> 327 <property name="image">imgLast</property> 328 <property name="always-show-image">True</property> 329 <child internal-child="accessible"> 330 <object class="AtkObject" id="btnLast-atkobject"> 331 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|btnLast">Shows preview of the last page.</property> 332 </object> 333 </child> 334 </object> 335 <packing> 336 <property name="expand">False</property> 337 <property name="fill">False</property> 338 <property name="position">5</property> 339 </packing> 340 </child> 341 </object> 342 <packing> 343 <property name="expand">False</property> 344 <property name="fill">True</property> 345 <property name="pack-type">end</property> 346 <property name="position">1</property> 347 </packing> 348 </child> 349 </object> 350 <packing> 351 <property name="expand">False</property> 352 <property name="fill">False</property> 353 <property name="pack-type">end</property> 354 <property name="position">1</property> 355 </packing> 356 </child> 357 </object> 358 <packing> 359 <property name="expand">True</property> 360 <property name="fill">True</property> 361 <property name="position">0</property> 362 </packing> 363 </child> 364 <child> 365 <object class="GtkNotebook" id="tabcontrol"> 366 <property name="visible">True</property> 367 <property name="can-focus">True</property> 368 <property name="margin-start">6</property> 369 <property name="vexpand">True</property> 370 <child> 371 <object class="GtkScrolledWindow" id="scrolledwindow"> 372 <property name="visible">True</property> 373 <property name="can-focus">True</property> 374 <property name="hscrollbar-policy">never</property> 375 <property name="shadow-type">in</property> 376 <child> 377 <object class="GtkViewport"> 378 <property name="visible">True</property> 379 <property name="can-focus">False</property> 380 <child> 381 <object class="GtkBox" id="box11"> 382 <property name="visible">True</property> 383 <property name="can-focus">False</property> 384 <property name="border-width">6</property> 385 <property name="orientation">vertical</property> 386 <property name="spacing">12</property> 387 <child> 388 <object class="GtkFrame" id="frPrinterName"> 389 <property name="visible">True</property> 390 <property name="can-focus">False</property> 391 <property name="label-xalign">0</property> 392 <property name="shadow-type">none</property> 393 <child> 394 <object class="GtkBox" id="box5"> 395 <property name="visible">True</property> 396 <property name="can-focus">False</property> 397 <property name="margin-start">12</property> 398 <property name="margin-top">6</property> 399 <property name="orientation">vertical</property> 400 <property name="spacing">6</property> 401 <child> 402 <object class="GtkComboBoxText" id="printersbox"> 403 <property name="visible">True</property> 404 <property name="can-focus">False</property> 405 <child internal-child="accessible"> 406 <object class="AtkObject" id="printersbox-atkobject"> 407 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|printersbox">The list box shows the installed printers. Click the printer to use for the current print job. Click the Properties button to change some of the printer properties.</property> 408 </object> 409 </child> 410 </object> 411 <packing> 412 <property name="expand">False</property> 413 <property name="fill">True</property> 414 <property name="position">0</property> 415 </packing> 416 </child> 417 <child> 418 <object class="GtkBox" id="box6"> 419 <property name="visible">True</property> 420 <property name="can-focus">False</property> 421 <property name="spacing">6</property> 422 <child> 423 <object class="GtkLabel" id="labelstatus"> 424 <property name="visible">True</property> 425 <property name="can-focus">False</property> 426 <property name="label" translatable="yes" context="printdialog|labelstatus">Status:</property> 427 <accessibility> 428 <relation type="label-for" target="status"/> 429 </accessibility> 430 </object> 431 <packing> 432 <property name="expand">False</property> 433 <property name="fill">True</property> 434 <property name="position">0</property> 435 </packing> 436 </child> 437 <child> 438 <object class="GtkLabel" id="status"> 439 <property name="visible">True</property> 440 <property name="can-focus">False</property> 441 <property name="label" translatable="yes" context="printdialog|status">Default Printer</property> 442 <accessibility> 443 <relation type="labelled-by" target="labelstatus"/> 444 </accessibility> 445 <child internal-child="accessible"> 446 <object class="AtkObject" id="status-atkobject"> 447 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|status">Shows the availability of the selected printer.</property> 448 </object> 449 </child> 450 </object> 451 <packing> 452 <property name="expand">False</property> 453 <property name="fill">True</property> 454 <property name="position">1</property> 455 </packing> 456 </child> 457 <child> 458 <object class="GtkButton" id="setup"> 459 <property name="label" translatable="yes" context="printdialog|setup">Properties...</property> 460 <property name="visible">True</property> 461 <property name="can-focus">True</property> 462 <property name="receives-default">True</property> 463 <property name="halign">end</property> 464 <child internal-child="accessible"> 465 <object class="AtkObject" id="setup-atkobject"> 466 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|setup">Opens the Printer Properties dialog. The printer properties vary according to the printer that you select.</property> 467 </object> 468 </child> 469 </object> 470 <packing> 471 <property name="expand">False</property> 472 <property name="fill">True</property> 473 <property name="pack-type">end</property> 474 <property name="position">2</property> 475 </packing> 476 </child> 477 </object> 478 <packing> 479 <property name="expand">False</property> 480 <property name="fill">True</property> 481 <property name="position">1</property> 482 </packing> 483 </child> 484 </object> 485 </child> 486 <child type="label"> 487 <object class="GtkLabel" id="labelprinter"> 488 <property name="visible">True</property> 489 <property name="can-focus">False</property> 490 <property name="label" translatable="yes" context="printdialog|labelprinter">Printer</property> 491 <property name="use-underline">True</property> 492 <property name="mnemonic-widget">printersbox</property> 493 <attributes> 494 <attribute name="weight" value="bold"/> 495 </attributes> 496 </object> 497 </child> 498 </object> 499 <packing> 500 <property name="expand">False</property> 501 <property name="fill">True</property> 502 <property name="position">0</property> 503 </packing> 504 </child> 505 <child> 506 <object class="GtkFrame" id="frPrintRange"> 507 <property name="visible">True</property> 508 <property name="can-focus">False</property> 509 <property name="label-xalign">0</property> 510 <property name="shadow-type">none</property> 511 <child> 512 <!-- n-columns=1 n-rows=2 --> 513 <object class="GtkGrid"> 514 <property name="visible">True</property> 515 <property name="can-focus">False</property> 516 <property name="margin-start">12</property> 517 <property name="margin-top">6</property> 518 <property name="row-spacing">6</property> 519 <child> 520 <!-- n-columns=2 n-rows=3 --> 521 <object class="GtkGrid" id="rangegrid"> 522 <property name="visible">True</property> 523 <property name="can-focus">False</property> 524 <property name="row-spacing">3</property> 525 <property name="column-spacing">6</property> 526 <child> 527 <object class="GtkRadioButton" id="rbAllPages"> 528 <property name="label" translatable="yes" context="printdialog|rbAllPages">_All pages</property> 529 <property name="visible">True</property> 530 <property name="can-focus">True</property> 531 <property name="receives-default">False</property> 532 <property name="halign">start</property> 533 <property name="margin-bottom">2</property> 534 <property name="use-underline">True</property> 535 <property name="active">True</property> 536 <property name="draw-indicator">True</property> 537 <child internal-child="accessible"> 538 <object class="AtkObject" id="rbAllPages-atkobject"> 539 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|rbAllPages">Prints the entire document.</property> 540 </object> 541 </child> 542 </object> 543 <packing> 544 <property name="left-attach">0</property> 545 <property name="top-attach">0</property> 546 </packing> 547 </child> 548 <child> 549 <object class="GtkRadioButton" id="rbRangePages"> 550 <property name="label" translatable="yes" context="printdialog|rbPageRange">_Pages:</property> 551 <property name="visible">True</property> 552 <property name="can-focus">True</property> 553 <property name="receives-default">False</property> 554 <property name="halign">start</property> 555 <property name="margin-top">2</property> 556 <property name="margin-bottom">2</property> 557 <property name="use-underline">True</property> 558 <property name="draw-indicator">True</property> 559 <property name="group">rbAllPages</property> 560 <child internal-child="accessible"> 561 <object class="AtkObject" id="rbRangePages-atkobject"> 562 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|rbRangePages">Prints only the pages or slides that you specify in the Pages box.</property> 563 </object> 564 </child> 565 </object> 566 <packing> 567 <property name="left-attach">0</property> 568 <property name="top-attach">1</property> 569 </packing> 570 </child> 571 <child> 572 <object class="GtkEntry" id="pagerange"> 573 <property name="visible">True</property> 574 <property name="can-focus">True</property> 575 <property name="hexpand">True</property> 576 <property name="activates-default">True</property> 577 <property name="truncate-multiline">True</property> 578 <property name="placeholder-text" translatable="yes" context="printdialog|pagerange">e.g.: 1, 3-5, 7, 9</property> 579 <child internal-child="accessible"> 580 <object class="AtkObject" id="pagerange-atkobject"> 581 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagerange">To print a range of pages, use a format like 3-6. To print single pages, use a format like 7;9;11. You can print a combination of page ranges and single pages, by using a format like 3-6;8;10;12.</property> 582 </object> 583 </child> 584 </object> 585 <packing> 586 <property name="left-attach">1</property> 587 <property name="top-attach">1</property> 588 </packing> 589 </child> 590 <child> 591 <object class="GtkRadioButton" id="rbRangeSelection"> 592 <property name="label" translatable="yes" context="printdialog|rbRangeSelection">_Selection</property> 593 <property name="can-focus">True</property> 594 <property name="receives-default">False</property> 595 <property name="halign">start</property> 596 <property name="margin-bottom">2</property> 597 <property name="use-underline">True</property> 598 <property name="draw-indicator">True</property> 599 <property name="group">rbAllPages</property> 600 <child internal-child="accessible"> 601 <object class="AtkObject" id="rbRangeSelection-atkobject"> 602 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|rbRangeSelection">Prints only the selected area(s) or object(s) in the current document.</property> 603 </object> 604 </child> 605 </object> 606 <packing> 607 <property name="left-attach">1</property> 608 <property name="top-attach">0</property> 609 </packing> 610 </child> 611 <child> 612 <object class="GtkLabel" id="labelcopies"> 613 <property name="visible">True</property> 614 <property name="can-focus">False</property> 615 <property name="halign">start</property> 616 <property name="label" translatable="yes" context="printdialog|labelcopies">_Number of copies:</property> 617 <property name="use-underline">True</property> 618 <property name="xalign">1</property> 619 </object> 620 <packing> 621 <property name="left-attach">0</property> 622 <property name="top-attach">2</property> 623 </packing> 624 </child> 625 <child> 626 <object class="GtkSpinButton" id="copycount"> 627 <property name="visible">True</property> 628 <property name="can-focus">True</property> 629 <property name="halign">start</property> 630 <property name="valign">center</property> 631 <property name="activates-default">True</property> 632 <property name="text">1</property> 633 <property name="truncate-multiline">True</property> 634 <property name="adjustment">adjustment2</property> 635 <property name="value">1</property> 636 <child internal-child="accessible"> 637 <object class="AtkObject" id="copycount-atkobject"> 638 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|copycount">Enter the number of copies that you want to print.</property> 639 </object> 640 </child> 641 </object> 642 <packing> 643 <property name="left-attach">1</property> 644 <property name="top-attach">2</property> 645 </packing> 646 </child> 647 </object> 648 <packing> 649 <property name="left-attach">0</property> 650 <property name="top-attach">0</property> 651 </packing> 652 </child> 653 <child> 654 <object class="GtkExpander" id="exRangeExpander"> 655 <property name="visible">True</property> 656 <property name="can-focus">True</property> 657 <property name="hexpand">True</property> 658 <child> 659 <!-- n-columns=2 n-rows=6 --> 660 <object class="GtkGrid" id="gdCopiesExtra"> 661 <property name="visible">True</property> 662 <property name="can-focus">False</property> 663 <property name="margin-top">6</property> 664 <property name="row-spacing">3</property> 665 <property name="column-spacing">6</property> 666 <child> 667 <object class="GtkLabel" id="fromwhich"> 668 <property name="can-focus">False</property> 669 <property name="halign">start</property> 670 <property name="label" translatable="yes" context="printdialog|fromwhich">_From which print:</property> 671 <property name="use-underline">True</property> 672 <property name="mnemonic-widget">printextrabox</property> 673 <property name="xalign">1</property> 674 </object> 675 <packing> 676 <property name="left-attach">0</property> 677 <property name="top-attach">1</property> 678 </packing> 679 </child> 680 <child> 681 <object class="GtkComboBoxText" id="printextrabox"> 682 <property name="can-focus">False</property> 683 <property name="hexpand">True</property> 684 </object> 685 <packing> 686 <property name="left-attach">1</property> 687 <property name="top-attach">1</property> 688 </packing> 689 </child> 690 <child> 691 <object class="GtkLabel" id="labelpapersides"> 692 <property name="visible">True</property> 693 <property name="can-focus">False</property> 694 <property name="halign">start</property> 695 <property name="label" translatable="yes" context="printdialog|labelpapersides">Paper _sides:</property> 696 <property name="use-underline">True</property> 697 <property name="mnemonic-widget">sidesbox</property> 698 <property name="xalign">1</property> 699 </object> 700 <packing> 701 <property name="left-attach">0</property> 702 <property name="top-attach">2</property> 703 </packing> 704 </child> 705 <child> 706 <object class="GtkComboBoxText" id="sidesbox"> 707 <property name="visible">True</property> 708 <property name="can-focus">False</property> 709 <property name="hexpand">True</property> 710 <items> 711 <item translatable="yes" context="printdialog|liststore4">Print on one side (simplex)</item> 712 <item translatable="yes" context="printdialog|liststore4">Print on both sides (duplex long edge)</item> 713 <item translatable="yes" context="printdialog|liststore4">Print on both sides (duplex short edge)</item> 714 </items> 715 <child internal-child="accessible"> 716 <object class="AtkObject" id="sidesbox-atkobject"> 717 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|sidesbox">If the printer is capable of duplex printing it's possible to choose between using only one side of the paper or both.</property> 718 </object> 719 </child> 720 </object> 721 <packing> 722 <property name="left-attach">1</property> 723 <property name="top-attach">2</property> 724 </packing> 725 </child> 726 <child> 727 <object class="GtkLabel" id="cbPrintOrder"> 728 <property name="visible">True</property> 729 <property name="can-focus">False</property> 730 <property name="halign">start</property> 731 <property name="label" translatable="yes" context="printdialog|cbPrintOrder">Order:</property> 732 <property name="use-underline">True</property> 733 <property name="mnemonic-widget">collate</property> 734 <property name="xalign">1</property> 735 </object> 736 <packing> 737 <property name="left-attach">0</property> 738 <property name="top-attach">3</property> 739 <property name="width">2</property> 740 </packing> 741 </child> 742 <child> 743 <object class="GtkCheckButton" id="reverseorder"> 744 <property name="label" translatable="yes" context="printdialog|reverseorder">Print in _reverse order</property> 745 <property name="visible">True</property> 746 <property name="can-focus">True</property> 747 <property name="receives-default">False</property> 748 <property name="halign">start</property> 749 <property name="use-underline">True</property> 750 <property name="draw-indicator">True</property> 751 <child internal-child="accessible"> 752 <object class="AtkObject" id="reverseorder-atkobject"> 753 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|reverseorder">Check to print pages in reverse order.</property> 754 </object> 755 </child> 756 </object> 757 <packing> 758 <property name="left-attach">1</property> 759 <property name="top-attach">5</property> 760 </packing> 761 </child> 762 <child> 763 <object class="GtkBox" id="box9"> 764 <property name="visible">True</property> 765 <property name="can-focus">False</property> 766 <property name="halign">start</property> 767 <property name="spacing">4</property> 768 <child> 769 <object class="GtkCheckButton" id="collate"> 770 <property name="label" translatable="yes" context="printdialog|collate">_Collate</property> 771 <property name="visible">True</property> 772 <property name="can-focus">True</property> 773 <property name="receives-default">False</property> 774 <property name="use-underline">True</property> 775 <property name="draw-indicator">True</property> 776 <child internal-child="accessible"> 777 <object class="AtkObject" id="collate-atkobject"> 778 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|collate">Preserves the page order of the original document.</property> 779 </object> 780 </child> 781 </object> 782 <packing> 783 <property name="expand">False</property> 784 <property name="fill">True</property> 785 <property name="position">0</property> 786 </packing> 787 </child> 788 <child> 789 <object class="GtkImage" id="collateimage"> 790 <property name="visible">True</property> 791 <property name="can-focus">False</property> 792 <property name="icon-name">missing-image</property> 793 </object> 794 <packing> 795 <property name="expand">False</property> 796 <property name="fill">True</property> 797 <property name="position">1</property> 798 </packing> 799 </child> 800 </object> 801 <packing> 802 <property name="left-attach">1</property> 803 <property name="top-attach">3</property> 804 </packing> 805 </child> 806 <child> 807 <object class="GtkCheckButton" id="singlejobs"> 808 <property name="label" translatable="yes" context="printdialog|singlejobs">Create separate print jobs for collated output</property> 809 <property name="visible">True</property> 810 <property name="can-focus">True</property> 811 <property name="receives-default">False</property> 812 <property name="use-underline">True</property> 813 <property name="draw-indicator">True</property> 814 <child internal-child="accessible"> 815 <object class="AtkObject" id="singlejobs-atkobject"> 816 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|collate">Check to not rely on the printer to create collated copies but create a print job for each copy instead.</property> 817 </object> 818 </child> 819 </object> 820 <packing> 821 <property name="left-attach">1</property> 822 <property name="top-attach">4</property> 823 </packing> 824 </child> 825 <child> 826 <object class="GtkLabel" id="includeevenodd"> 827 <property name="visible">True</property> 828 <property name="can-focus">False</property> 829 <property name="halign">start</property> 830 <property name="label" translatable="yes" context="printdialog|includeevenodd">Include:</property> 831 <property name="use-underline">True</property> 832 <property name="xalign">0</property> 833 </object> 834 <packing> 835 <property name="left-attach">0</property> 836 <property name="top-attach">0</property> 837 </packing> 838 </child> 839 <child> 840 <object class="GtkComboBoxText" id="evenoddbox"> 841 <property name="visible">True</property> 842 <property name="can-focus">False</property> 843 <property name="hexpand">True</property> 844 <property name="active">0</property> 845 <items> 846 <item translatable="yes" context="printdialog|liststore3">Odd and Even Pages</item> 847 <item translatable="yes" context="printdialog|liststore3">Odd Pages</item> 848 <item translatable="yes" context="printdialog|liststore3">Even Pages</item> 849 </items> 850 <child internal-child="accessible"> 851 <object class="AtkObject" id="evenoddbox-atkobject"> 852 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|evenoddbox">Select the subset of pages to print.</property> 853 </object> 854 </child> 855 </object> 856 <packing> 857 <property name="left-attach">1</property> 858 <property name="top-attach">0</property> 859 </packing> 860 </child> 861 <child> 862 <placeholder/> 863 </child> 864 <child> 865 <placeholder/> 866 </child> 867 </object> 868 </child> 869 <child type="label"> 870 <object class="GtkLabel" id="lbRangeExpander"> 871 <property name="visible">True</property> 872 <property name="can-focus">False</property> 873 <property name="label" translatable="yes" context="printdialog|rangeexpander">Collation and Paper Sides</property> 874 <property name="use-underline">True</property> 875 </object> 876 </child> 877 </object> 878 <packing> 879 <property name="left-attach">0</property> 880 <property name="top-attach">1</property> 881 </packing> 882 </child> 883 </object> 884 </child> 885 <child type="label"> 886 <object class="GtkLabel" id="label2"> 887 <property name="visible">True</property> 888 <property name="can-focus">False</property> 889 <property name="label" translatable="yes" context="printdialog|label2">Range and Copies</property> 890 <attributes> 891 <attribute name="weight" value="bold"/> 892 </attributes> 893 </object> 894 </child> 895 </object> 896 <packing> 897 <property name="expand">False</property> 898 <property name="fill">True</property> 899 <property name="position">1</property> 900 </packing> 901 </child> 902 <child> 903 <object class="GtkFrame" id="layoutframe"> 904 <property name="visible">True</property> 905 <property name="can-focus">False</property> 906 <property name="label-xalign">0</property> 907 <property name="shadow-type">none</property> 908 <child> 909 <!-- n-columns=1 n-rows=2 --> 910 <object class="GtkGrid"> 911 <property name="visible">True</property> 912 <property name="can-focus">False</property> 913 <property name="margin-start">12</property> 914 <property name="margin-top">6</property> 915 <property name="row-spacing">6</property> 916 <child> 917 <!-- n-columns=2 n-rows=2 --> 918 <object class="GtkGrid" id="pagegrid"> 919 <property name="visible">True</property> 920 <property name="can-focus">False</property> 921 <property name="row-spacing">6</property> 922 <property name="column-spacing">6</property> 923 <child> 924 <object class="GtkLabel" id="labelorientation"> 925 <property name="visible">True</property> 926 <property name="can-focus">False</property> 927 <property name="halign">start</property> 928 <property name="label" translatable="yes" context="printdialog|labelorientation">Orientation:</property> 929 <property name="use-underline">True</property> 930 <property name="mnemonic-widget">pageorientationbox</property> 931 <property name="xalign">0</property> 932 </object> 933 <packing> 934 <property name="left-attach">0</property> 935 <property name="top-attach">1</property> 936 </packing> 937 </child> 938 <child> 939 <object class="GtkLabel" id="labelsize"> 940 <property name="visible">True</property> 941 <property name="can-focus">False</property> 942 <property name="halign">start</property> 943 <property name="label" translatable="yes" context="printdialog|labelsize">Paper size:</property> 944 <property name="use-underline">True</property> 945 <property name="mnemonic-widget">papersizebox</property> 946 <property name="xalign">0</property> 947 </object> 948 <packing> 949 <property name="left-attach">0</property> 950 <property name="top-attach">0</property> 951 </packing> 952 </child> 953 <child> 954 <object class="GtkComboBoxText" id="pageorientationbox"> 955 <property name="visible">True</property> 956 <property name="can-focus">False</property> 957 <property name="hexpand">True</property> 958 <property name="active">0</property> 959 <items> 960 <item translatable="yes" context="printdialog|liststore3">Automatic</item> 961 <item translatable="yes" context="printdialog|liststore3">Portrait</item> 962 <item translatable="yes" context="printdialog|liststore3">Landscape</item> 963 </items> 964 <child internal-child="accessible"> 965 <object class="AtkObject" id="pageorientationbox-atkobject"> 966 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pageorientationbox">Select the orientation of the paper.</property> 967 </object> 968 </child> 969 </object> 970 <packing> 971 <property name="left-attach">1</property> 972 <property name="top-attach">1</property> 973 </packing> 974 </child> 975 <child> 976 <object class="GtkComboBoxText" id="papersizebox"> 977 <property name="visible">True</property> 978 <property name="can-focus">False</property> 979 <property name="hexpand">True</property> 980 <child internal-child="accessible"> 981 <object class="AtkObject" id="papersizebox-atkobject"> 982 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|papersizebox">Set the paper size you would like to use. The preview will show how the document would look on a paper of the given size.</property> 983 </object> 984 </child> 985 </object> 986 <packing> 987 <property name="left-attach">1</property> 988 <property name="top-attach">0</property> 989 </packing> 990 </child> 991 </object> 992 <packing> 993 <property name="left-attach">0</property> 994 <property name="top-attach">0</property> 995 </packing> 996 </child> 997 <child> 998 <object class="GtkExpander" id="exLayoutExpander"> 999 <property name="visible">True</property> 1000 <property name="can-focus">True</property> 1001 <property name="hexpand">True</property> 1002 <child> 1003 <!-- n-columns=5 n-rows=7 --> 1004 <object class="GtkGrid" id="expandpagegrid"> 1005 <property name="visible">True</property> 1006 <property name="can-focus">False</property> 1007 <property name="margin-top">6</property> 1008 <property name="row-spacing">6</property> 1009 <property name="column-spacing">6</property> 1010 <child> 1011 <object class="GtkBox" id="box12"> 1012 <property name="visible">True</property> 1013 <property name="can-focus">False</property> 1014 <property name="valign">center</property> 1015 <property name="spacing">3</property> 1016 <child> 1017 <object class="GtkRadioButton" id="pagespersheetbtn"> 1018 <property name="label" translatable="yes" context="printdialog|pagespersheetbtn">Pages per sheet:</property> 1019 <property name="visible">True</property> 1020 <property name="can-focus">True</property> 1021 <property name="receives-default">False</property> 1022 <property name="halign">start</property> 1023 <property name="valign">center</property> 1024 <property name="use-underline">True</property> 1025 <property name="active">True</property> 1026 <property name="draw-indicator">True</property> 1027 <accessibility> 1028 <relation type="label-for" target="pagespersheetbox"/> 1029 </accessibility> 1030 <child internal-child="accessible"> 1031 <object class="AtkObject" id="pagespersheetbtn-atkobject"> 1032 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagespersheetbtn">Print multiple pages per sheet of paper.</property> 1033 </object> 1034 </child> 1035 </object> 1036 <packing> 1037 <property name="expand">False</property> 1038 <property name="fill">True</property> 1039 <property name="position">0</property> 1040 </packing> 1041 </child> 1042 <child> 1043 <object class="GtkLabel" id="pagespersheettxt"> 1044 <property name="visible">True</property> 1045 <property name="can-focus">False</property> 1046 <property name="use-underline">True</property> 1047 </object> 1048 <packing> 1049 <property name="expand">False</property> 1050 <property name="fill">True</property> 1051 <property name="position">1</property> 1052 </packing> 1053 </child> 1054 </object> 1055 <packing> 1056 <property name="left-attach">0</property> 1057 <property name="top-attach">0</property> 1058 </packing> 1059 </child> 1060 <child> 1061 <object class="GtkComboBoxText" id="pagespersheetbox"> 1062 <property name="visible">True</property> 1063 <property name="can-focus">False</property> 1064 <property name="valign">center</property> 1065 <property name="hexpand">True</property> 1066 <property name="active">0</property> 1067 <items> 1068 <item id="1" context="printdialog|liststore1">1</item> 1069 <item id="2" context="printdialog|liststore1">2</item> 1070 <item id="4" context="printdialog|liststore1">4</item> 1071 <item id="6" context="printdialog|liststore1">6</item> 1072 <item id="9" context="printdialog|liststore1">9</item> 1073 <item id="16" context="printdialog|liststore1">16</item> 1074 <item id="65535" translatable="yes" context="printdialog|liststore1">Custom</item> 1075 </items> 1076 <accessibility> 1077 <relation type="labelled-by" target="pagespersheetbtn"/> 1078 </accessibility> 1079 <child internal-child="accessible"> 1080 <object class="AtkObject" id="pagespersheetbox-atkobject"> 1081 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagespersheetbox">Select how many pages to print per sheet of paper.</property> 1082 </object> 1083 </child> 1084 </object> 1085 <packing> 1086 <property name="left-attach">1</property> 1087 <property name="top-attach">0</property> 1088 <property name="width">3</property> 1089 </packing> 1090 </child> 1091 <child> 1092 <object class="GtkLabel" id="pagestxt"> 1093 <property name="can-focus">False</property> 1094 <property name="label" translatable="yes" context="printdialog|pagespersheettxt">Pages:</property> 1095 <property name="use-underline">True</property> 1096 <property name="mnemonic-widget">pagerows</property> 1097 <property name="xalign">1</property> 1098 </object> 1099 <packing> 1100 <property name="left-attach">0</property> 1101 <property name="top-attach">1</property> 1102 </packing> 1103 </child> 1104 <child> 1105 <object class="GtkSpinButton" id="pagerows"> 1106 <property name="can-focus">True</property> 1107 <property name="activates-default">True</property> 1108 <property name="text">1</property> 1109 <property name="truncate-multiline">True</property> 1110 <property name="adjustment">adjustment3</property> 1111 <property name="value">1</property> 1112 <child internal-child="accessible"> 1113 <object class="AtkObject" id="pagerows-atkobject"> 1114 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagerows">Select number of rows.</property> 1115 </object> 1116 </child> 1117 </object> 1118 <packing> 1119 <property name="left-attach">1</property> 1120 <property name="top-attach">1</property> 1121 </packing> 1122 </child> 1123 <child> 1124 <object class="GtkLabel" id="by"> 1125 <property name="can-focus">False</property> 1126 <property name="label" translatable="yes" context="printdialog|by">by</property> 1127 <property name="use-underline">True</property> 1128 <property name="mnemonic-widget">pagecols</property> 1129 </object> 1130 <packing> 1131 <property name="left-attach">2</property> 1132 <property name="top-attach">1</property> 1133 </packing> 1134 </child> 1135 <child> 1136 <object class="GtkSpinButton" id="pagecols"> 1137 <property name="can-focus">True</property> 1138 <property name="activates-default">True</property> 1139 <property name="text">1</property> 1140 <property name="truncate-multiline">True</property> 1141 <property name="adjustment">adjustment4</property> 1142 <property name="value">1</property> 1143 <child internal-child="accessible"> 1144 <object class="AtkObject" id="pagecols-atkobject"> 1145 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagecols">Select number of columns.</property> 1146 </object> 1147 </child> 1148 </object> 1149 <packing> 1150 <property name="left-attach">3</property> 1151 <property name="top-attach">1</property> 1152 </packing> 1153 </child> 1154 <child> 1155 <object class="GtkLabel" id="pagemargintxt1"> 1156 <property name="can-focus">False</property> 1157 <property name="label" translatable="yes" context="printdialog|pagemargintxt1">Margin:</property> 1158 <property name="use-underline">True</property> 1159 <property name="mnemonic-widget">pagemarginsb</property> 1160 <property name="xalign">1</property> 1161 </object> 1162 <packing> 1163 <property name="left-attach">0</property> 1164 <property name="top-attach">2</property> 1165 </packing> 1166 </child> 1167 <child> 1168 <object class="GtkSpinButton" id="pagemarginsb"> 1169 <property name="can-focus">True</property> 1170 <property name="activates-default">True</property> 1171 <property name="text">0</property> 1172 <property name="truncate-multiline">True</property> 1173 <property name="adjustment">adjustment5</property> 1174 <child internal-child="accessible"> 1175 <object class="AtkObject" id="pagemarginsb-atkobject"> 1176 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagemarginsb">Select margin between individual pages on each sheet of paper.</property> 1177 </object> 1178 </child> 1179 </object> 1180 <packing> 1181 <property name="left-attach">1</property> 1182 <property name="top-attach">2</property> 1183 </packing> 1184 </child> 1185 <child> 1186 <object class="GtkLabel" id="pagemargintxt2"> 1187 <property name="can-focus">False</property> 1188 <property name="halign">start</property> 1189 <property name="label" translatable="yes" context="printdialog|pagemargintxt2">between pages</property> 1190 </object> 1191 <packing> 1192 <property name="left-attach">2</property> 1193 <property name="top-attach">2</property> 1194 <property name="width">2</property> 1195 </packing> 1196 </child> 1197 <child> 1198 <object class="GtkLabel" id="sheetmargintxt1"> 1199 <property name="can-focus">False</property> 1200 <property name="label" translatable="yes" context="printdialog|sheetmargintxt1">Distance:</property> 1201 <property name="use-underline">True</property> 1202 <property name="mnemonic-widget">sheetmarginsb</property> 1203 <property name="xalign">1</property> 1204 </object> 1205 <packing> 1206 <property name="left-attach">0</property> 1207 <property name="top-attach">3</property> 1208 </packing> 1209 </child> 1210 <child> 1211 <object class="GtkSpinButton" id="sheetmarginsb"> 1212 <property name="can-focus">True</property> 1213 <property name="activates-default">True</property> 1214 <property name="text">0</property> 1215 <property name="truncate-multiline">True</property> 1216 <property name="adjustment">adjustment6</property> 1217 <child internal-child="accessible"> 1218 <object class="AtkObject" id="sheetmarginsb-atkobject"> 1219 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|sheetmarginsb">Select margin between the printed pages and paper edge.</property> 1220 </object> 1221 </child> 1222 </object> 1223 <packing> 1224 <property name="left-attach">1</property> 1225 <property name="top-attach">3</property> 1226 </packing> 1227 </child> 1228 <child> 1229 <object class="GtkLabel" id="sheetmargintxt2"> 1230 <property name="can-focus">False</property> 1231 <property name="halign">start</property> 1232 <property name="label" translatable="yes" context="printdialog|sheetmargintxt2">to sheet border</property> 1233 </object> 1234 <packing> 1235 <property name="left-attach">2</property> 1236 <property name="top-attach">3</property> 1237 <property name="width">2</property> 1238 </packing> 1239 </child> 1240 <child> 1241 <object class="GtkLabel" id="labelorder"> 1242 <property name="visible">True</property> 1243 <property name="can-focus">False</property> 1244 <property name="valign">center</property> 1245 <property name="label" translatable="yes" context="printdialog|labelorder">Order:</property> 1246 <property name="use-underline">True</property> 1247 <property name="mnemonic-widget">orderbox</property> 1248 <property name="xalign">1</property> 1249 </object> 1250 <packing> 1251 <property name="left-attach">0</property> 1252 <property name="top-attach">4</property> 1253 </packing> 1254 </child> 1255 <child> 1256 <object class="GtkComboBoxText" id="orderbox"> 1257 <property name="visible">True</property> 1258 <property name="can-focus">False</property> 1259 <property name="valign">center</property> 1260 <property name="hexpand">True</property> 1261 <items> 1262 <item translatable="yes" context="printdialog|liststore2">Left to right, then down</item> 1263 <item translatable="yes" context="printdialog|liststore2">Top to bottom, then right</item> 1264 <item translatable="yes" context="printdialog|liststore2">Top to bottom, then left</item> 1265 <item translatable="yes" context="printdialog|liststore2">Right to left, then down</item> 1266 </items> 1267 <child internal-child="accessible"> 1268 <object class="AtkObject" id="orderbox-atkobject"> 1269 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|orderbox">Select order in which pages are to be printed.</property> 1270 </object> 1271 </child> 1272 </object> 1273 <packing> 1274 <property name="left-attach">1</property> 1275 <property name="top-attach">4</property> 1276 <property name="width">3</property> 1277 </packing> 1278 </child> 1279 <child> 1280 <object class="GtkCheckButton" id="bordercb"> 1281 <property name="label" translatable="yes" context="printdialog|bordercb">Draw a border around each page</property> 1282 <property name="visible">True</property> 1283 <property name="can-focus">True</property> 1284 <property name="receives-default">False</property> 1285 <property name="halign">end</property> 1286 <property name="use-underline">True</property> 1287 <property name="draw-indicator">True</property> 1288 <child internal-child="accessible"> 1289 <object class="AtkObject" id="bordercb-atkobject"> 1290 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|bordercb">Check to draw a border around each page.</property> 1291 </object> 1292 </child> 1293 </object> 1294 <packing> 1295 <property name="left-attach">0</property> 1296 <property name="top-attach">5</property> 1297 <property name="width">4</property> 1298 </packing> 1299 </child> 1300 <child> 1301 <object class="GtkRadioButton" id="brochure"> 1302 <property name="label" translatable="yes" context="printdialog|brochure">Brochure</property> 1303 <property name="visible">True</property> 1304 <property name="can-focus">True</property> 1305 <property name="receives-default">False</property> 1306 <property name="halign">start</property> 1307 <property name="use-underline">True</property> 1308 <property name="draw-indicator">True</property> 1309 <property name="group">pagespersheetbtn</property> 1310 <child internal-child="accessible"> 1311 <object class="AtkObject" id="brochure-atkobject"> 1312 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|brochure">Select to print the document in brochure format.</property> 1313 </object> 1314 </child> 1315 </object> 1316 <packing> 1317 <property name="left-attach">0</property> 1318 <property name="top-attach">6</property> 1319 </packing> 1320 </child> 1321 <child> 1322 <object class="GtkComboBoxText" id="scriptdirection"> 1323 <property name="can-focus">False</property> 1324 </object> 1325 <packing> 1326 <property name="left-attach">1</property> 1327 <property name="top-attach">6</property> 1328 <property name="width">3</property> 1329 </packing> 1330 </child> 1331 <child> 1332 <object class="GtkDrawingArea" id="orderpreview"> 1333 <property name="visible">True</property> 1334 <property name="can-focus">False</property> 1335 <property name="tooltip-text" translatable="yes" context="printdialog|collationpreview">Collation preview</property> 1336 <property name="halign">center</property> 1337 <property name="valign">start</property> 1338 <child internal-child="accessible"> 1339 <object class="AtkObject" id="orderpreview-atkobject"> 1340 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|orderpreview">Change the arrangement of pages to be printed on every sheet of paper. The preview shows how every final sheet of paper will look.</property> 1341 </object> 1342 </child> 1343 </object> 1344 <packing> 1345 <property name="left-attach">4</property> 1346 <property name="top-attach">0</property> 1347 <property name="height">5</property> 1348 </packing> 1349 </child> 1350 <child> 1351 <placeholder/> 1352 </child> 1353 <child> 1354 <placeholder/> 1355 </child> 1356 </object> 1357 </child> 1358 <child type="label"> 1359 <object class="GtkLabel" id="lbLayoutExpander"> 1360 <property name="visible">True</property> 1361 <property name="can-focus">False</property> 1362 <property name="label" translatable="yes" context="printdialog|layoutexpander">Pages per Sheet</property> 1363 <property name="use-underline">True</property> 1364 </object> 1365 </child> 1366 </object> 1367 <packing> 1368 <property name="left-attach">0</property> 1369 <property name="top-attach">1</property> 1370 </packing> 1371 </child> 1372 </object> 1373 </child> 1374 <child type="label"> 1375 <object class="GtkLabel" id="label3"> 1376 <property name="visible">True</property> 1377 <property name="can-focus">False</property> 1378 <property name="label" translatable="yes" context="printdialog|label3">Page Layout</property> 1379 <attributes> 1380 <attribute name="weight" value="bold"/> 1381 </attributes> 1382 </object> 1383 </child> 1384 </object> 1385 <packing> 1386 <property name="expand">False</property> 1387 <property name="fill">True</property> 1388 <property name="position">2</property> 1389 </packing> 1390 </child> 1391 </object> 1392 </child> 1393 </object> 1394 </child> 1395 </object> 1396 </child> 1397 <child type="tab"> 1398 <object class="GtkLabel" id="generallabel"> 1399 <property name="visible">True</property> 1400 <property name="can-focus">False</property> 1401 <property name="label" translatable="yes" context="printdialog|generallabel">General</property> 1402 </object> 1403 <packing> 1404 <property name="tab-fill">False</property> 1405 </packing> 1406 </child> 1407 <child> 1408 <object class="GtkBox" id="customcontents"> 1409 <property name="visible">True</property> 1410 <property name="can-focus">False</property> 1411 <property name="border-width">6</property> 1412 <property name="orientation">vertical</property> 1413 <child> 1414 <placeholder/> 1415 </child> 1416 </object> 1417 <packing> 1418 <property name="position">1</property> 1419 </packing> 1420 </child> 1421 <child type="tab"> 1422 <object class="GtkLabel" id="custom"> 1423 <property name="visible">True</property> 1424 <property name="can-focus">False</property> 1425 <property name="label">custom</property> 1426 </object> 1427 <packing> 1428 <property name="position">1</property> 1429 <property name="tab-fill">False</property> 1430 </packing> 1431 </child> 1432 </object> 1433 <packing> 1434 <property name="expand">False</property> 1435 <property name="fill">True</property> 1436 <property name="position">1</property> 1437 </packing> 1438 </child> 1439 </object> 1440 <packing> 1441 <property name="expand">False</property> 1442 <property name="fill">True</property> 1443 <property name="position">0</property> 1444 </packing> 1445 </child> 1446 </object> 1447 </child> 1448 <action-widgets> 1449 <action-widget response="-11">help</action-widget> 1450 <action-widget response="-5">ok</action-widget> 1451 <action-widget response="-6">cancel</action-widget> 1452 </action-widgets> 1453 <child internal-child="accessible"> 1454 <object class="AtkObject" id="PrintDialog-atkobject"> 1455 <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|PrintDialog">Prints the current document, selection, or the pages that you specify. You can also set the print options for the current document.</property> 1456 </object> 1457 </child> 1458 </object> 1459 <object class="GtkSizeGroup" id="sizegroup1"> 1460 <widgets> 1461 <widget name="rangegrid"/> 1462 <widget name="gdCopiesExtra"/> 1463 </widgets> 1464 </object> 1465 <object class="GtkSizeGroup" id="sizegroup2"> 1466 <widgets> 1467 <widget name="pagegrid"/> 1468 <widget name="expandpagegrid"/> 1469 </widgets> 1470 </object> 1471 <object class="GtkTreeStore" id="liststore1"> 1472 <columns> 1473 <!-- column-name text --> 1474 <column type="gchararray"/> 1475 <!-- column-name id --> 1476 <column type="gchararray"/> 1477 </columns> 1478 </object> 1479 <object class="GtkSizeGroup" id="sizegroupLabel"/> 1480 <object class="GtkSizeGroup" id="sizegroupLabel2"/> 1481</interface> 1482
