tooledit_gtk.glade
1 <?xml version="1.0" encoding="UTF-8"?> 2 <interface> 3 <requires lib="gtk+" version="2.18"/> 4 <!-- interface-naming-policy project-wide --> 5 <object class="GtkListStore" id="liststore1"> 6 <columns> 7 <!-- column-name checkbutton --> 8 <column type="gboolean"/> 9 <!-- column-name tool# --> 10 <column type="guint"/> 11 <!-- column-name position --> 12 <column type="gint"/> 13 <!-- column-name x --> 14 <column type="gchararray"/> 15 <!-- column-name y --> 16 <column type="gchararray"/> 17 <!-- column-name z --> 18 <column type="gchararray"/> 19 <!-- column-name a --> 20 <column type="gchararray"/> 21 <!-- column-name b --> 22 <column type="gchararray"/> 23 <!-- column-name c --> 24 <column type="gchararray"/> 25 <!-- column-name u --> 26 <column type="gchararray"/> 27 <!-- column-name v --> 28 <column type="gchararray"/> 29 <!-- column-name w --> 30 <column type="gchararray"/> 31 <!-- column-name d --> 32 <column type="gchararray"/> 33 <!-- column-name front --> 34 <column type="gchararray"/> 35 <!-- column-name back --> 36 <column type="gchararray"/> 37 <!-- column-name orient --> 38 <column type="gchararray"/> 39 <!-- column-name comments --> 40 <column type="gchararray"/> 41 </columns> 42 </object> 43 <object class="GtkTreeModelFilter" id="tool_modelfilter"> 44 <property name="child_model">liststore1</property> 45 </object> 46 <object class="GtkTreeModelFilter" id="wear_modelfilter"> 47 <property name="child_model">liststore1</property> 48 </object> 49 <object class="GtkWindow" id="window1"> 50 <property name="can_focus">False</property> 51 <child> 52 <object class="GtkVBox" id="tooledit_box"> 53 <property name="visible">True</property> 54 <property name="can_focus">False</property> 55 <child> 56 <object class="GtkNotebook" id="tool_offset_notebook"> 57 <property name="visible">True</property> 58 <property name="can_focus">True</property> 59 <child> 60 <object class="GtkVBox" id="vbox1"> 61 <property name="visible">True</property> 62 <property name="can_focus">False</property> 63 <child> 64 <object class="GtkScrolledWindow" id="all_window"> 65 <property name="visible">True</property> 66 <property name="can_focus">True</property> 67 <property name="hscrollbar_policy">automatic</property> 68 <property name="vscrollbar_policy">automatic</property> 69 <child> 70 <object class="GtkTreeView" id="treeview1"> 71 <property name="visible">True</property> 72 <property name="can_focus">True</property> 73 <property name="model">liststore1</property> 74 <property name="headers_clickable">False</property> 75 <property name="search_column">0</property> 76 <property name="hover_expand">True</property> 77 <property name="enable_grid_lines">both</property> 78 <child> 79 <object class="GtkTreeViewColumn" id="s1"> 80 <property name="title" translatable="yes">Select</property> 81 <child> 82 <object class="GtkCellRendererToggle" id="cell_toggle1"> 83 <signal name="toggled" handler="cell_toggled" swapped="no"/> 84 </object> 85 <attributes> 86 <attribute name="active">0</attribute> 87 </attributes> 88 </child> 89 </object> 90 </child> 91 <child> 92 <object class="GtkTreeViewColumn" id="t1"> 93 <property name="title" translatable="yes">Tool#</property> 94 <property name="clickable">True</property> 95 <property name="sort_indicator">True</property> 96 <property name="sort_column_id">1</property> 97 <child> 98 <object class="GtkCellRendererText" id="cell_tool#1"> 99 <property name="editable">True</property> 100 </object> 101 <attributes> 102 <attribute name="text">1</attribute> 103 </attributes> 104 </child> 105 </object> 106 </child> 107 <child> 108 <object class="GtkTreeViewColumn" id="p1"> 109 <property name="title" translatable="yes">Pocket</property> 110 <property name="clickable">True</property> 111 <property name="sort_indicator">True</property> 112 <property name="sort_column_id">2</property> 113 <child> 114 <object class="GtkCellRendererText" id="cell_pos1"/> 115 <attributes> 116 <attribute name="text">2</attribute> 117 </attributes> 118 </child> 119 </object> 120 </child> 121 <child> 122 <object class="GtkTreeViewColumn" id="x1"> 123 <property name="title">X</property> 124 <child> 125 <object class="GtkCellRendererText" id="cell_x1"/> 126 <attributes> 127 <attribute name="text">3</attribute> 128 </attributes> 129 </child> 130 </object> 131 </child> 132 <child> 133 <object class="GtkTreeViewColumn" id="y1"> 134 <property name="title">Y</property> 135 <child> 136 <object class="GtkCellRendererText" id="cell_y1"/> 137 <attributes> 138 <attribute name="text">4</attribute> 139 </attributes> 140 </child> 141 </object> 142 </child> 143 <child> 144 <object class="GtkTreeViewColumn" id="z1"> 145 <property name="title">Z</property> 146 <child> 147 <object class="GtkCellRendererText" id="cell_z1"/> 148 <attributes> 149 <attribute name="text">5</attribute> 150 </attributes> 151 </child> 152 </object> 153 </child> 154 <child> 155 <object class="GtkTreeViewColumn" id="a1"> 156 <property name="title">A</property> 157 <child> 158 <object class="GtkCellRendererText" id="cell_a1"/> 159 <attributes> 160 <attribute name="text">6</attribute> 161 </attributes> 162 </child> 163 </object> 164 </child> 165 <child> 166 <object class="GtkTreeViewColumn" id="b1"> 167 <property name="title">B</property> 168 <child> 169 <object class="GtkCellRendererText" id="cell_b1"/> 170 <attributes> 171 <attribute name="text">7</attribute> 172 </attributes> 173 </child> 174 </object> 175 </child> 176 <child> 177 <object class="GtkTreeViewColumn" id="c1"> 178 <property name="title">C</property> 179 <child> 180 <object class="GtkCellRendererText" id="cell_c1"/> 181 <attributes> 182 <attribute name="text">8</attribute> 183 </attributes> 184 </child> 185 </object> 186 </child> 187 <child> 188 <object class="GtkTreeViewColumn" id="u1"> 189 <property name="title">U</property> 190 <child> 191 <object class="GtkCellRendererText" id="cell_u1"/> 192 <attributes> 193 <attribute name="text">9</attribute> 194 </attributes> 195 </child> 196 </object> 197 </child> 198 <child> 199 <object class="GtkTreeViewColumn" id="v1"> 200 <property name="title">V</property> 201 <child> 202 <object class="GtkCellRendererText" id="cell_v1"/> 203 <attributes> 204 <attribute name="text">10</attribute> 205 </attributes> 206 </child> 207 </object> 208 </child> 209 <child> 210 <object class="GtkTreeViewColumn" id="w1"> 211 <property name="title">W</property> 212 <child> 213 <object class="GtkCellRendererText" id="cell_w1"/> 214 <attributes> 215 <attribute name="text">11</attribute> 216 </attributes> 217 </child> 218 </object> 219 </child> 220 <child> 221 <object class="GtkTreeViewColumn" id="d1"> 222 <property name="title" translatable="yes">Diameter</property> 223 <property name="clickable">True</property> 224 <property name="reorderable">True</property> 225 <property name="sort_indicator">True</property> 226 <property name="sort_column_id">12</property> 227 <child> 228 <object class="GtkCellRendererText" id="cell_d1"/> 229 <attributes> 230 <attribute name="text">12</attribute> 231 </attributes> 232 </child> 233 </object> 234 </child> 235 <child> 236 <object class="GtkTreeViewColumn" id="i1"> 237 <property name="title" translatable="yes">Front</property> 238 <child> 239 <object class="GtkCellRendererText" id="cell_front1"/> 240 <attributes> 241 <attribute name="text">13</attribute> 242 </attributes> 243 </child> 244 </object> 245 </child> 246 <child> 247 <object class="GtkTreeViewColumn" id="j1"> 248 <property name="title" translatable="yes">Back</property> 249 <child> 250 <object class="GtkCellRendererText" id="cell_back1"/> 251 <attributes> 252 <attribute name="text">14</attribute> 253 </attributes> 254 </child> 255 </object> 256 </child> 257 <child> 258 <object class="GtkTreeViewColumn" id="q1"> 259 <property name="title" translatable="yes">Orientation</property> 260 <child> 261 <object class="GtkCellRendererText" id="cell_orient1"/> 262 <attributes> 263 <attribute name="text">15</attribute> 264 </attributes> 265 </child> 266 </object> 267 </child> 268 <child> 269 <object class="GtkTreeViewColumn" id=";1"> 270 <property name="title" translatable="yes">Comments</property> 271 <child> 272 <object class="GtkCellRendererText" id="cell_comments1"/> 273 <attributes> 274 <attribute name="text">16</attribute> 275 </attributes> 276 </child> 277 </object> 278 </child> 279 </object> 280 </child> 281 </object> 282 <packing> 283 <property name="expand">True</property> 284 <property name="fill">True</property> 285 <property name="position">0</property> 286 </packing> 287 </child> 288 <child> 289 <object class="GtkHButtonBox" id="buttonbox"> 290 <property name="visible">True</property> 291 <property name="can_focus">False</property> 292 <property name="layout_style">center</property> 293 <child> 294 <object class="GtkButton" id="delete"> 295 <property name="label" translatable="yes">Delete</property> 296 <property name="visible">True</property> 297 <property name="can_focus">True</property> 298 <property name="receives_default">True</property> 299 <property name="use_action_appearance">False</property> 300 <signal name="clicked" handler="on_delete_clicked" swapped="no"/> 301 </object> 302 <packing> 303 <property name="expand">False</property> 304 <property name="fill">False</property> 305 <property name="position">0</property> 306 </packing> 307 </child> 308 <child> 309 <object class="GtkButton" id="add"> 310 <property name="label" translatable="yes">Add</property> 311 <property name="visible">True</property> 312 <property name="can_focus">True</property> 313 <property name="receives_default">True</property> 314 <property name="use_action_appearance">False</property> 315 <signal name="clicked" handler="on_add_clicked" swapped="no"/> 316 </object> 317 <packing> 318 <property name="expand">False</property> 319 <property name="fill">False</property> 320 <property name="position">1</property> 321 </packing> 322 </child> 323 <child> 324 <object class="GtkButton" id="reload"> 325 <property name="label" translatable="yes">Reload</property> 326 <property name="visible">True</property> 327 <property name="can_focus">True</property> 328 <property name="receives_default">True</property> 329 <property name="use_action_appearance">False</property> 330 <signal name="clicked" handler="on_reload_clicked" swapped="no"/> 331 </object> 332 <packing> 333 <property name="expand">False</property> 334 <property name="fill">False</property> 335 <property name="position">2</property> 336 </packing> 337 </child> 338 <child> 339 <object class="GtkButton" id="apply"> 340 <property name="label" translatable="yes">Apply</property> 341 <property name="visible">True</property> 342 <property name="can_focus">True</property> 343 <property name="receives_default">True</property> 344 <property name="use_action_appearance">False</property> 345 <property name="yalign">0.60000002384185791</property> 346 <signal name="clicked" handler="on_save_clicked" swapped="no"/> 347 </object> 348 <packing> 349 <property name="expand">False</property> 350 <property name="fill">False</property> 351 <property name="position">3</property> 352 </packing> 353 </child> 354 <child> 355 <placeholder/> 356 </child> 357 </object> 358 <packing> 359 <property name="expand">False</property> 360 <property name="fill">False</property> 361 <property name="position">1</property> 362 </packing> 363 </child> 364 </object> 365 </child> 366 <child type="tab"> 367 <object class="GtkLabel" id="all_label"> 368 <property name="can_focus">False</property> 369 <property name="label" translatable="yes">All Offsets</property> 370 </object> 371 <packing> 372 <property name="tab_fill">False</property> 373 </packing> 374 </child> 375 <child> 376 <object class="GtkScrolledWindow" id="wear_window"> 377 <property name="can_focus">True</property> 378 <property name="hscrollbar_policy">automatic</property> 379 <property name="vscrollbar_policy">automatic</property> 380 <child> 381 <object class="GtkTreeView" id="treeview2"> 382 <property name="visible">True</property> 383 <property name="can_focus">True</property> 384 <property name="model">wear_modelfilter</property> 385 <property name="headers_clickable">False</property> 386 <property name="search_column">0</property> 387 <property name="hover_expand">True</property> 388 <property name="enable_grid_lines">both</property> 389 <child> 390 <object class="GtkTreeViewColumn" id="s2"> 391 <property name="title" translatable="yes">Select</property> 392 <child> 393 <object class="GtkCellRendererToggle" id="cell_toggle2"/> 394 <attributes> 395 <attribute name="active">0</attribute> 396 </attributes> 397 </child> 398 </object> 399 </child> 400 <child> 401 <object class="GtkTreeViewColumn" id="t2"> 402 <property name="title" translatable="yes">Tool#</property> 403 <child> 404 <object class="GtkCellRendererText" id="cell_tool#2"/> 405 <attributes> 406 <attribute name="text">1</attribute> 407 </attributes> 408 </child> 409 </object> 410 </child> 411 <child> 412 <object class="GtkTreeViewColumn" id="p2"> 413 <property name="title" translatable="yes">Pocket</property> 414 <child> 415 <object class="GtkCellRendererText" id="cell_pos2"/> 416 <attributes> 417 <attribute name="text">2</attribute> 418 </attributes> 419 </child> 420 </object> 421 </child> 422 <child> 423 <object class="GtkTreeViewColumn" id="x2"> 424 <property name="title" translatable="yes">X Wear</property> 425 <child> 426 <object class="GtkCellRendererText" id="cell_x2"/> 427 <attributes> 428 <attribute name="text">3</attribute> 429 </attributes> 430 </child> 431 </object> 432 </child> 433 <child> 434 <object class="GtkTreeViewColumn" id="y2"> 435 <property name="title">Y</property> 436 <child> 437 <object class="GtkCellRendererText" id="cell_y2"/> 438 <attributes> 439 <attribute name="text">4</attribute> 440 </attributes> 441 </child> 442 </object> 443 </child> 444 <child> 445 <object class="GtkTreeViewColumn" id="z2"> 446 <property name="title" translatable="yes">Z Wear</property> 447 <child> 448 <object class="GtkCellRendererText" id="cell_z2"/> 449 <attributes> 450 <attribute name="text">5</attribute> 451 </attributes> 452 </child> 453 </object> 454 </child> 455 <child> 456 <object class="GtkTreeViewColumn" id="a2"> 457 <property name="title">A</property> 458 <child> 459 <object class="GtkCellRendererText" id="cell_a2"/> 460 <attributes> 461 <attribute name="text">6</attribute> 462 </attributes> 463 </child> 464 </object> 465 </child> 466 <child> 467 <object class="GtkTreeViewColumn" id="b2"> 468 <property name="title">B</property> 469 <child> 470 <object class="GtkCellRendererText" id="cell_b2"/> 471 <attributes> 472 <attribute name="text">7</attribute> 473 </attributes> 474 </child> 475 </object> 476 </child> 477 <child> 478 <object class="GtkTreeViewColumn" id="c2"> 479 <property name="title">C</property> 480 <child> 481 <object class="GtkCellRendererText" id="cell_c2"/> 482 <attributes> 483 <attribute name="text">8</attribute> 484 </attributes> 485 </child> 486 </object> 487 </child> 488 <child> 489 <object class="GtkTreeViewColumn" id="u2"> 490 <property name="title">U</property> 491 <child> 492 <object class="GtkCellRendererText" id="cell_u2"/> 493 <attributes> 494 <attribute name="text">9</attribute> 495 </attributes> 496 </child> 497 </object> 498 </child> 499 <child> 500 <object class="GtkTreeViewColumn" id="v2"> 501 <property name="title">V</property> 502 <child> 503 <object class="GtkCellRendererText" id="cell_v2"/> 504 <attributes> 505 <attribute name="text">10</attribute> 506 </attributes> 507 </child> 508 </object> 509 </child> 510 <child> 511 <object class="GtkTreeViewColumn" id="w2"> 512 <property name="title">W</property> 513 <child> 514 <object class="GtkCellRendererText" id="cell_w2"/> 515 <attributes> 516 <attribute name="text">11</attribute> 517 </attributes> 518 </child> 519 </object> 520 </child> 521 <child> 522 <object class="GtkTreeViewColumn" id="d2"> 523 <property name="title" translatable="yes">DIameter</property> 524 <property name="clickable">True</property> 525 <property name="reorderable">True</property> 526 <property name="sort_indicator">True</property> 527 <property name="sort_column_id">12</property> 528 <child> 529 <object class="GtkCellRendererText" id="cell_d2"/> 530 <attributes> 531 <attribute name="text">12</attribute> 532 </attributes> 533 </child> 534 </object> 535 </child> 536 <child> 537 <object class="GtkTreeViewColumn" id="i2"> 538 <property name="title" translatable="yes">Front</property> 539 <child> 540 <object class="GtkCellRendererText" id="cell_front2"/> 541 <attributes> 542 <attribute name="text">13</attribute> 543 </attributes> 544 </child> 545 </object> 546 </child> 547 <child> 548 <object class="GtkTreeViewColumn" id="j2"> 549 <property name="title" translatable="yes">Back</property> 550 <child> 551 <object class="GtkCellRendererText" id="cell_back2"/> 552 <attributes> 553 <attribute name="text">14</attribute> 554 </attributes> 555 </child> 556 </object> 557 </child> 558 <child> 559 <object class="GtkTreeViewColumn" id="q2"> 560 <property name="title" translatable="yes">Orientation</property> 561 <child> 562 <object class="GtkCellRendererText" id="cell_orient2"/> 563 <attributes> 564 <attribute name="text">15</attribute> 565 </attributes> 566 </child> 567 </object> 568 </child> 569 <child> 570 <object class="GtkTreeViewColumn" id=";2"> 571 <property name="title" translatable="yes">Comments</property> 572 <child> 573 <object class="GtkCellRendererText" id="cell_comments2"/> 574 <attributes> 575 <attribute name="text">16</attribute> 576 </attributes> 577 </child> 578 </object> 579 </child> 580 </object> 581 </child> 582 </object> 583 <packing> 584 <property name="position">1</property> 585 </packing> 586 </child> 587 <child type="tab"> 588 <object class="GtkLabel" id="wear_label"> 589 <property name="can_focus">False</property> 590 <property name="label" translatable="yes">Lathe Wear Offsets</property> 591 </object> 592 <packing> 593 <property name="position">1</property> 594 <property name="tab_fill">False</property> 595 </packing> 596 </child> 597 <child> 598 <object class="GtkScrolledWindow" id="tool_window"> 599 <property name="can_focus">True</property> 600 <property name="hscrollbar_policy">automatic</property> 601 <property name="vscrollbar_policy">automatic</property> 602 <child> 603 <object class="GtkTreeView" id="treeview3"> 604 <property name="visible">True</property> 605 <property name="can_focus">True</property> 606 <property name="model">tool_modelfilter</property> 607 <property name="headers_clickable">False</property> 608 <property name="search_column">0</property> 609 <property name="hover_expand">True</property> 610 <property name="enable_grid_lines">both</property> 611 <child> 612 <object class="GtkTreeViewColumn" id="s3"> 613 <property name="title" translatable="yes">Select</property> 614 <child> 615 <object class="GtkCellRendererToggle" id="cell_toggle3"/> 616 <attributes> 617 <attribute name="active">0</attribute> 618 </attributes> 619 </child> 620 </object> 621 </child> 622 <child> 623 <object class="GtkTreeViewColumn" id="t3"> 624 <property name="title" translatable="yes">Tool#</property> 625 <child> 626 <object class="GtkCellRendererText" id="cell_tool#3"/> 627 <attributes> 628 <attribute name="text">1</attribute> 629 </attributes> 630 </child> 631 </object> 632 </child> 633 <child> 634 <object class="GtkTreeViewColumn" id="p3"> 635 <property name="title" translatable="yes">Pocket</property> 636 <child> 637 <object class="GtkCellRendererText" id="cell_pos3"/> 638 <attributes> 639 <attribute name="text">2</attribute> 640 </attributes> 641 </child> 642 </object> 643 </child> 644 <child> 645 <object class="GtkTreeViewColumn" id="x3"> 646 <property name="title" translatable="yes">X Tool</property> 647 <child> 648 <object class="GtkCellRendererText" id="cell_x3"/> 649 <attributes> 650 <attribute name="text">3</attribute> 651 </attributes> 652 </child> 653 </object> 654 </child> 655 <child> 656 <object class="GtkTreeViewColumn" id="y3"> 657 <property name="title">Y</property> 658 <child> 659 <object class="GtkCellRendererText" id="cell_y3"/> 660 <attributes> 661 <attribute name="text">4</attribute> 662 </attributes> 663 </child> 664 </object> 665 </child> 666 <child> 667 <object class="GtkTreeViewColumn" id="z3"> 668 <property name="title" translatable="yes">Z Tool</property> 669 <child> 670 <object class="GtkCellRendererText" id="cell_z3"/> 671 <attributes> 672 <attribute name="text">5</attribute> 673 </attributes> 674 </child> 675 </object> 676 </child> 677 <child> 678 <object class="GtkTreeViewColumn" id="a3"> 679 <property name="title">A</property> 680 <child> 681 <object class="GtkCellRendererText" id="cell_a3"/> 682 <attributes> 683 <attribute name="text">6</attribute> 684 </attributes> 685 </child> 686 </object> 687 </child> 688 <child> 689 <object class="GtkTreeViewColumn" id="b3"> 690 <property name="title">B</property> 691 <child> 692 <object class="GtkCellRendererText" id="cell_b3"/> 693 <attributes> 694 <attribute name="text">7</attribute> 695 </attributes> 696 </child> 697 </object> 698 </child> 699 <child> 700 <object class="GtkTreeViewColumn" id="c3"> 701 <property name="title">C</property> 702 <child> 703 <object class="GtkCellRendererText" id="cell_c3"/> 704 <attributes> 705 <attribute name="text">8</attribute> 706 </attributes> 707 </child> 708 </object> 709 </child> 710 <child> 711 <object class="GtkTreeViewColumn" id="u3"> 712 <property name="title">U</property> 713 <child> 714 <object class="GtkCellRendererText" id="cell_u3"/> 715 <attributes> 716 <attribute name="text">9</attribute> 717 </attributes> 718 </child> 719 </object> 720 </child> 721 <child> 722 <object class="GtkTreeViewColumn" id="v3"> 723 <property name="title">V</property> 724 <child> 725 <object class="GtkCellRendererText" id="cell_v3"/> 726 <attributes> 727 <attribute name="text">10</attribute> 728 </attributes> 729 </child> 730 </object> 731 </child> 732 <child> 733 <object class="GtkTreeViewColumn" id="w3"> 734 <property name="title">W</property> 735 <child> 736 <object class="GtkCellRendererText" id="cell_w3"/> 737 <attributes> 738 <attribute name="text">11</attribute> 739 </attributes> 740 </child> 741 </object> 742 </child> 743 <child> 744 <object class="GtkTreeViewColumn" id="d3"> 745 <property name="title" translatable="yes">DIameter</property> 746 <property name="clickable">True</property> 747 <property name="reorderable">True</property> 748 <property name="sort_indicator">True</property> 749 <property name="sort_column_id">12</property> 750 <child> 751 <object class="GtkCellRendererText" id="cell_d3"/> 752 <attributes> 753 <attribute name="text">12</attribute> 754 </attributes> 755 </child> 756 </object> 757 </child> 758 <child> 759 <object class="GtkTreeViewColumn" id="i3"> 760 <property name="title" translatable="yes">Front</property> 761 <child> 762 <object class="GtkCellRendererText" id="cell_front3"/> 763 <attributes> 764 <attribute name="text">13</attribute> 765 </attributes> 766 </child> 767 </object> 768 </child> 769 <child> 770 <object class="GtkTreeViewColumn" id="j3"> 771 <property name="title" translatable="yes">Back</property> 772 <child> 773 <object class="GtkCellRendererText" id="cell_back3"/> 774 <attributes> 775 <attribute name="text">14</attribute> 776 </attributes> 777 </child> 778 </object> 779 </child> 780 <child> 781 <object class="GtkTreeViewColumn" id="q3"> 782 <property name="title" translatable="yes">Orientation</property> 783 <child> 784 <object class="GtkCellRendererText" id="cell_orient3"/> 785 <attributes> 786 <attribute name="text">15</attribute> 787 </attributes> 788 </child> 789 </object> 790 </child> 791 <child> 792 <object class="GtkTreeViewColumn" id=";3"> 793 <property name="title" translatable="yes">Comments</property> 794 <child> 795 <object class="GtkCellRendererText" id="cell_comments3"/> 796 <attributes> 797 <attribute name="text">16</attribute> 798 </attributes> 799 </child> 800 </object> 801 </child> 802 </object> 803 </child> 804 </object> 805 <packing> 806 <property name="position">2</property> 807 </packing> 808 </child> 809 <child type="tab"> 810 <object class="GtkLabel" id="tool_label"> 811 <property name="can_focus">False</property> 812 <property name="label" translatable="yes">Lathe Tool Offsets</property> 813 </object> 814 <packing> 815 <property name="position">2</property> 816 <property name="tab_fill">False</property> 817 </packing> 818 </child> 819 </object> 820 <packing> 821 <property name="expand">True</property> 822 <property name="fill">True</property> 823 <property name="position">0</property> 824 </packing> 825 </child> 826 <child> 827 <placeholder/> 828 </child> 829 <child> 830 <placeholder/> 831 </child> 832 </object> 833 </child> 834 </object> 835 </interface>