1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Generated with glade 3.40.0 --> 3<interface domain="cui"> 4 <requires lib="gtk+" version="3.20"/> 5 <object class="GtkAdjustment" id="adjustmentPercent"> 6 <property name="upper">1000</property> 7 <property name="value">100</property> 8 <property name="step-increment">1</property> 9 <property name="page-increment">10</property> 10 </object> 11 <object class="GtkAdjustment" id="adjustmentPercent2"> 12 <property name="upper">1000</property> 13 <property name="value">100</property> 14 <property name="step-increment">1</property> 15 <property name="page-increment">10</property> 16 </object> 17 <object class="GtkAdjustment" id="adjustmentPercent3"> 18 <property name="upper">1000</property> 19 <property name="value">100</property> 20 <property name="step-increment">1</property> 21 <property name="page-increment">10</property> 22 </object> 23 <object class="GtkAdjustment" id="adjustmentPercent4"> 24 <property name="upper">500</property> 25 <property name="lower">-100</property> 26 <property name="value">0</property> 27 <property name="step-increment">1</property> 28 <property name="page-increment">10</property> 29 </object> 30 <object class="GtkAdjustment" id="adjustmentPercent5"> 31 <property name="upper">500</property> 32 <property name="lower">-100</property> 33 <property name="value">0</property> 34 <property name="step-increment">1</property> 35 <property name="page-increment">10</property> 36 </object> 37 <object class="GtkAdjustment" id="adjustmentPercent6"> 38 <property name="upper">500</property> 39 <property name="lower">-100</property> 40 <property name="value">0</property> 41 <property name="step-increment">1</property> 42 <property name="page-increment">10</property> 43 </object> 44 <!-- n-columns=2 n-rows=1 --> 45 <object class="GtkGrid" id="ParaAlignPage"> 46 <property name="visible">True</property> 47 <property name="can-focus">False</property> 48 <property name="valign">start</property> 49 <property name="hexpand">True</property> 50 <property name="border-width">6</property> 51 <property name="row-spacing">12</property> 52 <property name="column-spacing">24</property> 53 <child> 54 <object class="GtkScrolledWindow"> 55 <property name="visible">True</property> 56 <property name="can-focus">False</property> 57 <property name="halign">end</property> 58 <property name="valign">start</property> 59 <property name="margin-top">24</property> 60 <property name="hexpand">True</property> 61 <property name="hscrollbar-policy">never</property> 62 <property name="vscrollbar-policy">never</property> 63 <property name="shadow-type">in</property> 64 <child> 65 <object class="GtkViewport"> 66 <property name="visible">True</property> 67 <property name="can-focus">False</property> 68 <child> 69 <object class="GtkDrawingArea" id="drawingareaWN_EXAMPLE"> 70 <property name="visible">True</property> 71 <property name="can-focus">False</property> 72 <property name="halign">center</property> 73 <property name="valign">start</property> 74 <child internal-child="accessible"> 75 <object class="AtkObject" id="drawingareaWN_EXAMPLE-atkobject"> 76 <property name="AtkObject::accessible-name" translatable="yes" context="paragalignpage|drawingareaWN_EXAMPLE-atkobject">Example</property> 77 </object> 78 </child> 79 </object> 80 </child> 81 </object> 82 </child> 83 </object> 84 <packing> 85 <property name="left-attach">1</property> 86 <property name="top-attach">0</property> 87 </packing> 88 </child> 89 <child> 90 <!-- n-columns=1 n-rows=4 --> 91 <object class="GtkGrid" id="maingrid"> 92 <property name="visible">True</property> 93 <property name="can-focus">False</property> 94 <property name="halign">start</property> 95 <property name="valign">start</property> 96 <property name="hexpand">True</property> 97 <property name="vexpand">True</property> 98 <property name="row-spacing">12</property> 99 <child> 100 <object class="GtkFrame" id="frame1"> 101 <property name="visible">True</property> 102 <property name="can-focus">False</property> 103 <property name="label-xalign">0</property> 104 <property name="shadow-type">none</property> 105 <child> 106 <!-- n-columns=1 n-rows=8 --> 107 <object class="GtkGrid" id="grid2"> 108 <property name="visible">True</property> 109 <property name="can-focus">False</property> 110 <property name="margin-start">12</property> 111 <property name="margin-top">6</property> 112 <property name="row-spacing">3</property> 113 <child> 114 <object class="GtkRadioButton" id="radioBTN_LEFTALIGN"> 115 <property name="label" translatable="yes" context="paragalignpage|radioBTN_LEFTALIGN">_Left</property> 116 <property name="visible">True</property> 117 <property name="can-focus">True</property> 118 <property name="receives-default">False</property> 119 <property name="use-underline">True</property> 120 <property name="active">True</property> 121 <property name="draw-indicator">True</property> 122 </object> 123 <packing> 124 <property name="left-attach">0</property> 125 <property name="top-attach">0</property> 126 </packing> 127 </child> 128 <child> 129 <object class="GtkRadioButton" id="radioBTN_RIGHTALIGN"> 130 <property name="label" translatable="yes" context="paragalignpage|radioBTN_RIGHTALIGN">_Right</property> 131 <property name="visible">True</property> 132 <property name="can-focus">True</property> 133 <property name="receives-default">False</property> 134 <property name="use-underline">True</property> 135 <property name="draw-indicator">True</property> 136 <property name="group">radioBTN_LEFTALIGN</property> 137 </object> 138 <packing> 139 <property name="left-attach">0</property> 140 <property name="top-attach">2</property> 141 </packing> 142 </child> 143 <child> 144 <object class="GtkRadioButton" id="radioBTN_CENTERALIGN"> 145 <property name="label" translatable="yes" context="paragalignpage|radioBTN_CENTERALIGN">_Center</property> 146 <property name="visible">True</property> 147 <property name="can-focus">True</property> 148 <property name="receives-default">False</property> 149 <property name="use-underline">True</property> 150 <property name="draw-indicator">True</property> 151 <property name="group">radioBTN_LEFTALIGN</property> 152 </object> 153 <packing> 154 <property name="left-attach">0</property> 155 <property name="top-attach">1</property> 156 </packing> 157 </child> 158 <child> 159 <object class="GtkRadioButton" id="radioBTN_JUSTIFYALIGN"> 160 <property name="label" translatable="yes" context="paragalignpage|radioBTN_JUSTIFYALIGN">_Justified</property> 161 <property name="visible">True</property> 162 <property name="can-focus">True</property> 163 <property name="receives-default">False</property> 164 <property name="use-underline">True</property> 165 <property name="draw-indicator">True</property> 166 <property name="group">radioBTN_LEFTALIGN</property> 167 </object> 168 <packing> 169 <property name="left-attach">0</property> 170 <property name="top-attach">3</property> 171 </packing> 172 </child> 173 <child> 174 <object class="GtkCheckButton" id="checkCB_EXPAND"> 175 <property name="label" translatable="yes" context="paragalignpage|checkCB_EXPAND">_Expand single word</property> 176 <property name="visible">True</property> 177 <property name="can-focus">True</property> 178 <property name="receives-default">False</property> 179 <property name="margin-start">22</property> 180 <property name="use-underline">True</property> 181 <property name="draw-indicator">True</property> 182 </object> 183 <packing> 184 <property name="left-attach">0</property> 185 <property name="top-attach">5</property> 186 </packing> 187 </child> 188 <child> 189 <object class="GtkCheckButton" id="checkCB_SNAP"> 190 <property name="label" translatable="yes" context="paragalignpage|checkCB_SNAP">_Snap to text grid (if active)</property> 191 <property name="visible">True</property> 192 <property name="can-focus">True</property> 193 <property name="receives-default">False</property> 194 <property name="margin-start">22</property> 195 <property name="use-underline">True</property> 196 <property name="draw-indicator">True</property> 197 </object> 198 <packing> 199 <property name="left-attach">0</property> 200 <property name="top-attach">6</property> 201 </packing> 202 </child> 203 <child> 204 <object class="GtkBox" id="box5"> 205 <property name="visible">True</property> 206 <property name="can-focus">False</property> 207 <property name="homogeneous">True</property> 208 <child> 209 <object class="GtkLabel" id="labelST_RIGHTALIGN_ASIAN"> 210 <property name="can-focus">False</property> 211 <property name="label" translatable="yes" context="paragalignpage|labelST_RIGHTALIGN_ASIAN">Righ_t/Bottom</property> 212 <property name="use-underline">True</property> 213 </object> 214 <packing> 215 <property name="expand">False</property> 216 <property name="fill">True</property> 217 <property name="position">0</property> 218 </packing> 219 </child> 220 <child> 221 <object class="GtkLabel" id="labelST_LEFTALIGN_ASIAN"> 222 <property name="can-focus">False</property> 223 <property name="label" translatable="yes" context="paragalignpage|labelST_LEFTALIGN_ASIAN">_Left/Top</property> 224 <property name="use-underline">True</property> 225 </object> 226 <packing> 227 <property name="expand">False</property> 228 <property name="fill">True</property> 229 <property name="position">1</property> 230 </packing> 231 </child> 232 <child> 233 <object class="GtkLabel" id="labelST_VERTALIGN_SDR"> 234 <property name="can-focus">False</property> 235 <property name="label" translatable="yes" context="paragalignpage|labelST_VERTALIGN_SDR">Vertical</property> 236 </object> 237 <packing> 238 <property name="expand">False</property> 239 <property name="fill">True</property> 240 <property name="position">2</property> 241 </packing> 242 </child> 243 </object> 244 <packing> 245 <property name="left-attach">0</property> 246 <property name="top-attach">7</property> 247 </packing> 248 </child> 249 <child> 250 <object class="GtkBox" id="box4"> 251 <property name="visible">True</property> 252 <property name="can-focus">False</property> 253 <property name="margin-start">18</property> 254 <property name="spacing">6</property> 255 <child> 256 <object class="GtkLabel" id="labelLB_LASTLINE"> 257 <property name="visible">True</property> 258 <property name="can-focus">False</property> 259 <property name="label" translatable="yes" context="paragalignpage|labelLB_LASTLINE">_Last line:</property> 260 <property name="use-underline">True</property> 261 <property name="mnemonic-widget">comboLB_LASTLINE</property> 262 <property name="xalign">0</property> 263 </object> 264 <packing> 265 <property name="expand">False</property> 266 <property name="fill">True</property> 267 <property name="position">0</property> 268 </packing> 269 </child> 270 <child> 271 <object class="GtkComboBoxText" id="comboLB_LASTLINE"> 272 <property name="visible">True</property> 273 <property name="can-focus">False</property> 274 <property name="active">0</property> 275 <items> 276 <item id="0" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Start</item> 277 <item id="1" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Start</item> 278 <item id="2" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Centered</item> 279 <item id="3" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Justified</item> 280 </items> 281 </object> 282 <packing> 283 <property name="expand">False</property> 284 <property name="fill">True</property> 285 <property name="position">1</property> 286 </packing> 287 </child> 288 </object> 289 <packing> 290 <property name="left-attach">0</property> 291 <property name="top-attach">4</property> 292 </packing> 293 </child> 294 </object> 295 </child> 296 <child type="label"> 297 <object class="GtkLabel" id="label1"> 298 <property name="visible">True</property> 299 <property name="can-focus">False</property> 300 <property name="label" translatable="yes" context="paragalignpage|label1">Options</property> 301 <attributes> 302 <attribute name="weight" value="bold"/> 303 </attributes> 304 </object> 305 </child> 306 </object> 307 <packing> 308 <property name="left-attach">0</property> 309 <property name="top-attach">0</property> 310 </packing> 311 </child> 312 <child> 313 <object class="GtkFrame" id="frameFL_VERTALIGN"> 314 <property name="visible">True</property> 315 <property name="can-focus">False</property> 316 <property name="label-xalign">0</property> 317 <property name="shadow-type">none</property> 318 <child> 319 <object class="GtkBox" id="box2"> 320 <property name="visible">True</property> 321 <property name="can-focus">False</property> 322 <property name="margin-start">12</property> 323 <property name="margin-top">6</property> 324 <property name="spacing">6</property> 325 <child> 326 <object class="GtkLabel" id="labelFT_VERTALIGN"> 327 <property name="visible">True</property> 328 <property name="can-focus">False</property> 329 <property name="label" translatable="yes" context="paragalignpage|labelFT_VERTALIGN">_Alignment:</property> 330 <property name="use-underline">True</property> 331 <property name="mnemonic-widget">comboLB_VERTALIGN</property> 332 <property name="xalign">0</property> 333 </object> 334 <packing> 335 <property name="expand">False</property> 336 <property name="fill">True</property> 337 <property name="position">0</property> 338 </packing> 339 </child> 340 <child> 341 <object class="GtkComboBoxText" id="comboLB_VERTALIGN"> 342 <property name="visible">True</property> 343 <property name="can-focus">False</property> 344 <property name="active">0</property> 345 <items> 346 <item id="0" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Automatic</item> 347 <item id="1" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Base line</item> 348 <item id="2" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Top</item> 349 <item id="3" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Middle</item> 350 <item id="4" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Bottom</item> 351 </items> 352 </object> 353 <packing> 354 <property name="expand">False</property> 355 <property name="fill">True</property> 356 <property name="position">1</property> 357 </packing> 358 </child> 359 </object> 360 </child> 361 <child type="label"> 362 <object class="GtkLabel" id="labelFL_VERTALIGN"> 363 <property name="visible">True</property> 364 <property name="can-focus">False</property> 365 <property name="label" translatable="yes" context="paragalignpage|labelFL_VERTALIGN">Text-to-text</property> 366 <attributes> 367 <attribute name="weight" value="bold"/> 368 </attributes> 369 </object> 370 </child> 371 </object> 372 <packing> 373 <property name="left-attach">0</property> 374 <property name="top-attach">1</property> 375 </packing> 376 </child> 377 <child> 378 <object class="GtkFrame" id="framePROPERTIES"> 379 <property name="visible">True</property> 380 <property name="can-focus">False</property> 381 <property name="label-xalign">0</property> 382 <property name="shadow-type">none</property> 383 <child> 384 <object class="GtkBox" id="box3"> 385 <property name="visible">True</property> 386 <property name="can-focus">False</property> 387 <property name="margin-start">12</property> 388 <property name="margin-top">6</property> 389 <property name="spacing">6</property> 390 <child> 391 <object class="GtkLabel" id="label2"> 392 <property name="visible">True</property> 393 <property name="can-focus">False</property> 394 <property name="label" translatable="yes" context="paragalignpage|label2">_Text direction:</property> 395 <property name="use-underline">True</property> 396 <property name="mnemonic-widget">comboLB_TEXTDIRECTION</property> 397 <property name="xalign">0</property> 398 </object> 399 <packing> 400 <property name="expand">False</property> 401 <property name="fill">True</property> 402 <property name="position">0</property> 403 </packing> 404 </child> 405 <child> 406 <object class="GtkComboBoxText" id="comboLB_TEXTDIRECTION"> 407 <property name="visible">True</property> 408 <property name="can-focus">False</property> 409 </object> 410 <packing> 411 <property name="expand">False</property> 412 <property name="fill">True</property> 413 <property name="position">1</property> 414 </packing> 415 </child> 416 </object> 417 </child> 418 <child type="label"> 419 <object class="GtkLabel" id="labelFL_PROPERTIES"> 420 <property name="visible">True</property> 421 <property name="can-focus">False</property> 422 <property name="label" translatable="yes" context="paragalignpage|labelFL_PROPERTIES">Properties</property> 423 <attributes> 424 <attribute name="weight" value="bold"/> 425 </attributes> 426 </object> 427 </child> 428 </object> 429 <packing> 430 <property name="left-attach">0</property> 431 <property name="top-attach">2</property> 432 </packing> 433 </child> 434 <child> 435 <object class="GtkFrame" id="frameJUSTIFICATION"> 436 <property name="visible">True</property> 437 <property name="can-focus">False</property> 438 <property name="label-xalign">0</property> 439 <property name="shadow-type">none</property> 440 <child> 441 <!-- n-columns=4 n-rows=2 --> 442 <object class="GtkGrid" id="gridJustification"> 443 <property name="visible">True</property> 444 <property name="can-focus">False</property> 445 <property name="margin-start">12</property> 446 <property name="margin-top">6</property> 447 <property name="row-spacing">6</property> 448 <property name="column-spacing">12</property> 449 <child> 450 <object class="GtkLabel" id="labelMinimum"> 451 <property name="visible">True</property> 452 <property name="can-focus">False</property> 453 <property name="label" translatable="yes" context="paragalignpage|labelMinimum">Minimum</property> 454 <property name="use-underline">True</property> 455 <property name="xalign">0</property> 456 </object> 457 <packing> 458 <property name="left-attach">1</property> 459 <property name="top-attach">0</property> 460 </packing> 461 </child> 462 <child> 463 <object class="GtkLabel" id="labelDesired"> 464 <property name="visible">True</property> 465 <property name="can-focus">False</property> 466 <property name="label" translatable="yes" context="paragalignpage|labelDesired">Desired</property> 467 <property name="use-underline">True</property> 468 <property name="xalign">0</property> 469 </object> 470 <packing> 471 <property name="left-attach">2</property> 472 <property name="top-attach">0</property> 473 </packing> 474 </child> 475 <child> 476 <object class="GtkLabel" id="labelMaximum"> 477 <property name="visible">True</property> 478 <property name="can-focus">False</property> 479 <property name="label" translatable="yes" context="paragalignpage|labelMaximum">Maximum</property> 480 <property name="use-underline">True</property> 481 <property name="xalign">0</property> 482 </object> 483 <packing> 484 <property name="left-attach">3</property> 485 <property name="top-attach">0</property> 486 </packing> 487 </child> 488 <child> 489 <object class="GtkLabel" id="labelWordSpacing"> 490 <property name="visible">True</property> 491 <property name="can-focus">False</property> 492 <property name="label" translatable="yes" context="paragalignpage|labelWordSpacing">_Word spacing:</property> 493 <property name="use-underline">True</property> 494 <property name="xalign">0</property> 495 </object> 496 <packing> 497 <property name="left-attach">0</property> 498 <property name="top-attach">1</property> 499 </packing> 500 </child> 501 <child> 502 <object class="GtkSpinButton" id="spin_WORD_SPACING_MIN"> 503 <property name="visible">True</property> 504 <property name="can-focus">True</property> 505 <property name="activates-default">True</property> 506 <property name="truncate-multiline">True</property> 507 <property name="adjustment">adjustmentPercent</property> 508 <child internal-child="accessible"> 509 <object class="AtkObject" id="spin_WORD_SPACING_MIN-atkobject"> 510 <property name="AtkObject::accessible-description" translatable="yes" context="paralignpage|extended_tip|JUSTIFICATION-MIN">Adjusts the minimum word spacing. Enter a number between 0% (no word spacing) and 250% (two and a half times the width of the space character).</property> 511 </object> 512 </child> 513 </object> 514 <packing> 515 <property name="left-attach">1</property> 516 <property name="top-attach">1</property> 517 </packing> 518 </child> 519 <child> 520 <object class="GtkSpinButton" id="spin_WORD_SPACING"> 521 <property name="visible">True</property> 522 <property name="can-focus">True</property> 523 <property name="activates-default">True</property> 524 <property name="truncate-multiline">True</property> 525 <property name="adjustment">adjustmentPercent2</property> 526 <child internal-child="accessible"> 527 <object class="AtkObject" id="spin_WORD_SPACING-atkobject"> 528 <property name="AtkObject::accessible-description" translatable="yes" context="paralignpage|extended_tip|JUSTIFICATION">Adjusts the desired word spacing. Enter a number between 0% (no word spacing) and 250% (two and a half times the width of the space character).</property> 529 </object> 530 </child> 531 </object> 532 <packing> 533 <property name="left-attach">2</property> 534 <property name="top-attach">1</property> 535 </packing> 536 </child> 537 <child> 538 <object class="GtkSpinButton" id="spin_WORD_SPACING_MAX"> 539 <property name="visible">True</property> 540 <property name="can-focus">True</property> 541 <property name="activates-default">True</property> 542 <property name="truncate-multiline">True</property> 543 <property name="adjustment">adjustmentPercent3</property> 544 <child internal-child="accessible"> 545 <object class="AtkObject" id="spin_WORD_SPACING_MAX-atkobject"> 546 <property name="AtkObject::accessible-description" translatable="yes" context="paralignpage|extended_tip|JUSTIFICATION-MAX">Adjusts the maximum word spacing. Enter a number between 0% (no word spacing) and 250% (two and a half times the width of the space character).</property> 547 </object> 548 </child> 549 </object> 550 <packing> 551 <property name="left-attach">3</property> 552 <property name="top-attach">1</property> 553 </packing> 554 </child> 555 <child> 556 <object class="GtkLabel" id="labelLetterSpacing"> 557 <property name="visible">True</property> 558 <property name="can-focus">False</property> 559 <property name="label" translatable="yes" context="paragalignpage|labelWordSpacing">_Letter spacing:</property> 560 <property name="use-underline">True</property> 561 <property name="xalign">0</property> 562 </object> 563 <packing> 564 <property name="left-attach">0</property> 565 <property name="top-attach">2</property> 566 </packing> 567 </child> 568 <child> 569 <object class="GtkSpinButton" id="spin_LETTER_SPACING_MIN"> 570 <property name="visible">True</property> 571 <property name="can-focus">True</property> 572 <property name="activates-default">True</property> 573 <property name="truncate-multiline">True</property> 574 <property name="adjustment">adjustmentPercent4</property> 575 <child internal-child="accessible"> 576 <object class="AtkObject" id="spin_LETTER_SPACING_MIN-atkobject"> 577 <property name="AtkObject::accessible-description" translatable="yes" context="paralignpage|extended_tip|LETTER-JUSTIFICATION-MIN">Adjusts the minimum letter spacing. Enter a number between -100% (no letter spacing) and 250% (two and a half times the width of the normal letter spacing).</property> 578 </object> 579 </child> 580 </object> 581 <packing> 582 <property name="left-attach">1</property> 583 <property name="top-attach">2</property> 584 </packing> 585 </child> 586 <child> 587 <object class="GtkSpinButton" id="spin_LETTER_SPACING"> 588 <property name="visible">True</property> 589 <property name="can-focus">True</property> 590 <property name="activates-default">True</property> 591 <property name="truncate-multiline">True</property> 592 <property name="adjustment">adjustmentPercent5</property> 593 <child internal-child="accessible"> 594 <object class="AtkObject" id="spin_LETTER_SPACING-atkobject"> 595 <property name="AtkObject::accessible-description" translatable="yes" context="paralignpage|extended_tip|JUSTIFICATION">Adjusts the desired letter spacing. Enter a number between -100% (no letter spacing) and 250% (two and a half times the width of the normal letter spacing).</property> 596 </object> 597 </child> 598 </object> 599 <packing> 600 <property name="left-attach">2</property> 601 <property name="top-attach">2</property> 602 </packing> 603 </child> 604 <child> 605 <object class="GtkSpinButton" id="spin_LETTER_SPACING_MAX"> 606 <property name="visible">True</property> 607 <property name="can-focus">True</property> 608 <property name="activates-default">True</property> 609 <property name="truncate-multiline">True</property> 610 <property name="adjustment">adjustmentPercent6</property> 611 <child internal-child="accessible"> 612 <object class="AtkObject" id="spin_LETTER_SPACING_MAX-atkobject"> 613 <property name="AtkObject::accessible-description" translatable="yes" context="paralignpage|extended_tip|JUSTIFICATION-MAX">Adjusts the maximum letter spacing. Enter a number between -100% (no letter spacing) and 250% (two and a half times the width of the normal letter spacing).</property> 614 </object> 615 </child> 616 </object> 617 <packing> 618 <property name="left-attach">3</property> 619 <property name="top-attach">2</property> 620 </packing> 621 </child> 622 <child> 623 <placeholder/> 624 </child> 625 </object> 626 </child> 627 <child type="label"> 628 <object class="GtkLabel" id="labelFL_JUSTIFICATION"> 629 <property name="visible">True</property> 630 <property name="can-focus">False</property> 631 <property name="label" translatable="yes" context="paragalignpage|labelFL_JUSTIFICATION">Justification</property> 632 <attributes> 633 <attribute name="weight" value="bold"/> 634 </attributes> 635 </object> 636 </child> 637 </object> 638 <packing> 639 <property name="left-attach">0</property> 640 <property name="top-attach">3</property> 641 </packing> 642 </child> 643 </object> 644 <packing> 645 <property name="left-attach">0</property> 646 <property name="top-attach">0</property> 647 </packing> 648 </child> 649 </object> 650 <object class="GtkSizeGroup" id="sizegroup1"> 651 <widgets> 652 <widget name="labelFT_VERTALIGN"/> 653 <widget name="label2"/> 654 </widgets> 655 </object> 656 <object class="GtkSizeGroup" id="sizegroup2"> 657 <widgets> 658 <widget name="comboLB_VERTALIGN"/> 659 <widget name="comboLB_TEXTDIRECTION"/> 660 </widgets> 661 </object> 662</interface> 663
