-
Notifications
You must be signed in to change notification settings - Fork 48
/
coot-gtk4-converted.ui
12817 lines (12785 loc) · 616 KB
/
coot-gtk4-converted.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<menu id="menubar">
<submenu>
<attribute name="label">File</attribute>
<section>
<item>
<attribute name="label">Open Coordinates...</attribute>
<attribute name="action">app.open_coordinates_action</attribute>
</item>
<item>
<attribute name="label">Auto Open MTZ...</attribute>
<attribute name="action">app.auto_open_mtz_action</attribute>
</item>
<item>
<attribute name="label">Open MTZ, mmCIF, fcf or phs...</attribute>
<attribute name="action">app.open_dataset_action</attribute>
</item>
<item>
<attribute name="label">Open Map...</attribute>
<attribute name="action">app.open_map_action</attribute>
</item>
<item>
<attribute name="label">Import CIF dictionary...</attribute>
<attribute name="action">app.import_cif_dictionary_action</attribute>
</item>
</section>
<section>
<item>
<attribute name="label">Get Monomer...</attribute>
<attribute name="action">app.get_monomer_action</attribute>
</item>
<item>
<attribute name="label">Search Monomer Library...</attribute>
<attribute name="action">app.search_monomer_library_action</attribute>
</item>
<item>
<attribute name="label">Fetch PDB using Accession Code...</attribute>
<attribute name="action">app.fetch_pdb_using_code_action</attribute>
</item>
<item>
<attribute name="label">Fetch PDB & Map using EDS...</attribute>
<attribute name="action">app.fetch_pdb_and_map_using_eds_action</attribute>
</item>
<item>
<attribute name="label">Fetch PDB and Map Using PDB-REDO...</attribute>
<attribute name="action">app.fetch_pdb_and_map_using_pdb_redo_action</attribute>
</item>
</section>
<section>
<item>
<attribute name="label">Save Coordinates...</attribute>
<attribute name="action">app.save_coordinates_action</attribute>
</item>
<item>
<attribute name="label">Save Symmetry Coordinates...</attribute>
<attribute name="action">app.save_symmetry_coordinates_action</attribute>
</item>
<item>
<attribute name="label">Save State...</attribute>
<attribute name="action">app.save_state_action</attribute>
</item>
<item>
<attribute name="label">Recover Session...</attribute>
<attribute name="action">app.recover_session_action</attribute>
</item>
<item>
<attribute name="label">Export Map...</attribute>
<attribute name="action">app.file_export_map_action</attribute>
</item>
<item>
<attribute name="label">Export Map Fragment...</attribute>
<attribute name="action">app.file_export_map_fragment_action</attribute>
</item>
</section>
<section>
<item>
<attribute name="label">Delete Molecules and Maps...</attribute>
<attribute name="action">app.close_molecule_action</attribute>
</item>
</section>
<section>
<item>
<attribute name="label">Curlew...</attribute>
<attribute name="action">app.curlew_action</attribute>
</item>
</section>
<section>
<item>
<attribute name="label">Exit</attribute>
<attribute name="action">app.exit_action</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label">Edit</attribute>
<section>
<item>
<attribute name="label">Change Chain IDs...</attribute>
<attribute name="action">app.change_chain_ids_action</attribute>
</item>
<item>
<attribute name="label">Copy Molecule...</attribute>
<attribute name="action">app.copy_molecule_action</attribute>
</item>
<item>
<attribute name="label">Copy Fragment...</attribute>
<attribute name="action">app.copy_molecule_fragment_action</attribute>
</item>
<item>
<attribute name="label">Merge Molecules...</attribute>
<attribute name="action">app.merge_molecules_action</attribute>
</item>
<item>
<attribute name="label">Move Molecule Here...</attribute>
<attribute name="action">app.move_molecule_here_action</attribute>
</item>
<item>
<attribute name="label">Mutate Residue Range...</attribute>
<attribute name="action">app.mutate_molecule_action</attribute>
</item>
<item>
<attribute name="label">Replace Fragment...</attribute>
<attribute name="action">app.edit_replace_fragment_action</attribute>
</item>
<item>
<attribute name="label">Replace Residue...</attribute>
<attribute name="action">app.edit_replace_residue_action</attribute>
</item>
<item>
<attribute name="label">Renumber Residues...</attribute>
<attribute name="action">app.renumber_residues_action</attribute>
</item>
<item>
<attribute name="label">Residue Info...</attribute>
<attribute name="action">app.residue_info_action</attribute>
</item>
<item>
<attribute name="label">Restraints...</attribute>
<attribute name="action">app.edit_restraints_action</attribute>
</item>
</section>
<section>
<item>
<attribute name="label">Preferences...</attribute>
<attribute name="action">app.show_preferences_action</attribute>
</item>
<item>
<attribute name="label">Shader Preferences...</attribute>
<attribute name="action">app.show_shader_preferences_action</attribute>
</item>
<item>
<attribute name="label">Settings...</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label">Calculate</attribute>
<section>
<item>
<attribute name="label">Align and Mutate...</attribute>
<attribute name="action">app.align_and_mutate_action</attribute>
</item>
<item>
<attribute name="label">All Molecule...</attribute>
</item>
<item>
<attribute name="label">Find Ligands...</attribute>
</item>
<item>
<attribute name="label">Find Waters...</attribute>
</item>
<item>
<attribute name="label">Fit Loop...</attribute>
</item>
<item>
<attribute name="label">Load Tutorial Model & Data</attribute>
<attribute name="action">app.load_tutorial_model_and_data_action</attribute>
</item>
<item>
<attribute name="label">Ligand Builder...</attribute>
<attribute name="action">app.ligand_builder_action</attribute>
</item>
<item>
<attribute name="label">LSQ Superpose...</attribute>
<attribute name="action">app.lsq_superpose_action</attribute>
</item>
<item>
<attribute name="label">Map Tools...</attribute>
</item>
<item>
<attribute name="label">Map Sharpening/Blurring...</attribute>
</item>
<item>
<attribute name="label">Map Skeleton...</attribute>
</item>
<item>
<attribute name="label">Modelling...</attribute>
</item>
<item>
<attribute name="label">Modules...</attribute>
</item>
<item>
<attribute name="label">NCS Model Tools...</attribute>
</item>
<item>
<attribute name="label">Other Modelling Tools...</attribute>
<attribute name="action">app.other_modelling_tools_action</attribute>
</item>
<item>
<attribute name="label">Run Script...</attribute>
<attribute name="action">app.run_script_action</attribute>
</item>
<submenu>
<attribute name="label">Scripting...</attribute>
<item>
<attribute name="label">Python...</attribute>
<attribute name="action">app.scripting_python_action</attribute>
</item>
</submenu>
<item>
<attribute name="label">SSM Superpose...</attribute>
<attribute name="action">app.ssm_superposition_action</attribute>
</item>
<item>
<attribute name="label">Updating Maps...</attribute>
<attribute name="action">app.calculate_updating_maps_action</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label">Draw</attribute>
<section>
<item>
<attribute name="label">Background Colour...</attribute>
<attribute name="action">app.background_colour_action</attribute>
</item>
<item>
<attribute name="label">Bond Colours...</attribute>
<attribute name="action">app.bond_colours_action</attribute>
</item>
<item>
<attribute name="label">Bond Parameters...</attribute>
<attribute name="action">app.bond_parameters_action</attribute>
</item>
<item>
<attribute name="label">Cell & Symmetry...</attribute>
<attribute name="action">app.draw_cell_and_symmetry_action</attribute>
</item>
<item>
<attribute name="label">Display Only Active</attribute>
<attribute name="action">app.display_only_active_action</attribute>
</item>
<item>
<attribute name="label">Frames/Sec...</attribute>
<attribute name="action">app.toggle_display_frames_per_second_action</attribute>
</item>
<item>
<attribute name="label">Fullscreen</attribute>
<attribute name="action">app.fullscreen_action</attribute>
</item>
<item>
<attribute name="label">Generic Display Objects...</attribute>
<attribute name="action">app.generic_objects_action</attribute>
</item>
<item>
<attribute name="label">Go To Atom...</attribute>
<attribute name="action">app.go_to_atom_action</attribute>
</item>
<item>
<attribute name="label">Label Atoms in Residue</attribute>
<attribute name="action">app.label_atoms_in_residue_action</attribute>
</item>
<item>
<attribute name="label">Label CAs</attribute>
<attribute name="action">app.label_CA_atoms_action</attribute>
</item>
<item>
<attribute name="label">Label Neighbours</attribute>
<attribute name="action">app.label_neighbours_action</attribute>
</item>
<item>
<attribute name="label">Map Parameters...</attribute>
<attribute name="action">app.map_parameters_action</attribute>
</item>
<item>
<attribute name="label">NCS Ghost Control...</attribute>
<attribute name="action">app.ghost_control_action</attribute>
</item>
<item>
<attribute name="label">Representation Tools...</attribute>
</item>
<section>
<submenu>
<attribute name="label">Projection...</attribute>
<item>
<attribute name="label">Orthographic</attribute>
<attribute name="action">app.orthographic_view_action</attribute>
</item>
<item>
<attribute name="label">Perspective</attribute>
<attribute name="action">app.perspective_view_action</attribute>
</item>
</submenu>
</section>
<item>
<attribute name="label">Spin View</attribute>
<attribute name="action">app.spin_view_action</attribute>
</item>
<item>
<attribute name="label">Rock View</attribute>
<attribute name="action">app.rock_view_action</attribute>
</item>
<item>
<attribute name="label">Ribbons: By Chain</attribute>
<attribute name="action">app.ribbons_colour_by_chain_action</attribute>
</item>
<item>
<attribute name="label">Ribbons: Rainbow</attribute>
<attribute name="action">app.ribbons_colour_rainbow_action</attribute>
</item>
<item>
<attribute name="label">Ribbons: Sec. Struct.</attribute>
<attribute name="action">app.ribbons_colour_by_secondary_structure_action</attribute>
</item>
<item>
<attribute name="label">Screenshot</attribute>
<attribute name="action">app.screenshot_action</attribute>
</item>
<item>
<attribute name="label">Sequence View</attribute>
<attribute name="action">app.sequence_view_action</attribute>
</item>
<item>
<attribute name="label">Undo Last Navigation</attribute>
<attribute name="action">app.undo_last_navigation_action</attribute>
</item>
<item>
<attribute name="label">Undo Symmetry View</attribute>
<attribute name="action">app.undo_symmetry_view_action</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label">Measures</attribute>
<section>
<item>
<attribute name="label">Clear Atom Labels</attribute>
<attribute name="action">app.clear_atom_labels_action</attribute>
</item>
<item>
<attribute name="label">Distances & Angles...</attribute>
<attribute name="action">app.distances_and_angles_action</attribute>
</item>
<item>
<attribute name="label">Environment Distances...</attribute>
<attribute name="action">app.environment_distances_action</attribute>
</item>
<item>
<attribute name="label">Residue Info...</attribute>
<attribute name="action">app.residue_info_action</attribute>
</item>
<item>
<attribute name="label">Pointer Distances...</attribute>
<attribute name="action">app.pointer_distances_action</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label">Validate</attribute>
<section>
<item>
<attribute name="label">Check/Delete Waters...</attribute>
<attribute name="action">app.check_delete_waters_action</attribute>
</item>
<item>
<attribute name="label">Density fit analysis...</attribute>
<attribute name="action">app.density_fit_analysis_item_action</attribute>
</item>
<item>
<attribute name="label">Difference Map Peaks...</attribute>
<attribute name="action">app.difference_map_peaks_item_action</attribute>
</item>
<item>
<attribute name="label">Geometry analysis...</attribute>
<attribute name="action">app.geometry_analysis_item_action</attribute>
</item>
<item>
<attribute name="label">GLN and ASN B-factor Outliers...</attribute>
<attribute name="action">app.gln_and_asn_b_factor_outlier_item_action</attribute>
</item>
<item>
<attribute name="label">Incorrect Chiral Volumes...</attribute>
<attribute name="action">app.chiral_volumes_item_action</attribute>
</item>
<item>
<attribute name="label">NCS Differences...</attribute>
<attribute name="action">app.ncs_differences_item_action</attribute>
</item>
<item>
<attribute name="label">Peptide Flips from Difference Map...</attribute>
<attribute name="action">app.peptide_flips_from_diff_map_item_action</attribute>
</item>
<item>
<attribute name="label">Peptide omega analysis...</attribute>
<attribute name="action">app.peptide_omega_analysis_item_action</attribute>
</item>
<item>
<attribute name="label">Pukka Puckers...</attribute>
<attribute name="action">app.pukka_puckers_item_action</attribute>
</item>
<item>
<attribute name="label">Ramachandran Plot...</attribute>
<attribute name="action">app.ramachandran_plot_item_action</attribute>
</item>
<item>
<attribute name="label">Rotamer analysis...</attribute>
<attribute name="action">app.rotamer_analysis_item_action</attribute>
</item>
<item>
<attribute name="label">Temp. fact. analysis...</attribute>
<attribute name="action">app.temp_factor_analysis_item_action</attribute>
</item>
<item>
<attribute name="label">Temp. fact. variance analysis...</attribute>
<attribute name="action">app.temp_factor_variance_analysis_item_action</attribute>
</item>
<item>
<attribute name="label">Unmodelled blobs...</attribute>
<attribute name="action">app.unmodelled_blobs_action</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label">About</attribute>
<section>
<item>
<attribute name="label">Header/Remarks Browser...</attribute>
<attribute name="action">app.remarks_browser_action</attribute>
</item>
<item>
<attribute name="label">About Coot...</attribute>
<attribute name="action">app.about_coot_action</attribute>
</item>
</section>
</submenu>
</menu>
<menu id="refine-menu">
<section>
<item>
<attribute name="label" translatable="yes">RSR Sphere</attribute>
<attribute name="action">app.refine_sphere</attribute>
</item>
<item>
<attribute name="label" translatable="yes">RSR Big Sphere</attribute>
<attribute name="action">app.refine_sphere_big</attribute>
</item>
<item>
<attribute name="label" translatable="yes">RSR Tandem ± 3</attribute>
<attribute name="action">app.refine_tandem_3</attribute>
</item>
<item>
<attribute name="label" translatable="yes">RSR Tandem ± 5</attribute>
<attribute name="action">app.refine_tandem_5</attribute>
</item>
<item>
<attribute name="label" translatable="yes">RSR Single Residue</attribute>
<attribute name="action">app.refine_single_residue</attribute>
</item>
<item>
<attribute name="label" translatable="yes">RSR Chain</attribute>
<attribute name="action">app.refine_chain</attribute>
</item>
<item>
<attribute name="label" translatable="yes">RSR All Atoms</attribute>
<attribute name="action">app.refine_all_atoms</attribute>
</item>
<item>
<attribute name="label" translatable="yes">RSR Pick Range by Hand</attribute>
<attribute name="action">app.refine_pick_range_by_hand</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Regularize Sphere</attribute>
<attribute name="action">app.refine_regularize_sphere</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Regularize Tandem ± 3</attribute>
<attribute name="action">app.refine_regularize_tandem_3</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Regularize Single Residue</attribute>
<attribute name="action">app.refine_regularize_single_residue</attribute>
</item>
</section>
</menu>
<menu id="fix-atom-menu">
<section>
<item>
<attribute name="label" translatable="yes">Fix Atom</attribute>
<attribute name="action">app.fix_atom</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Unfix Atom</attribute>
<attribute name="action">app.unfix_atom</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Unfix All Atoms</attribute>
<attribute name="action">app.unfix_all_atoms</attribute>
</item>
</section>
</menu>
<object class="GtkWindow" id="about_window">
<property name="title" translatable="yes">About...</property>
<property name="child">
<object class="GtkBox" id="vbox14">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">0</property>
<property name="width-request">220</property>
<property name="height-request">174</property>
<property name="hscrollbar-policy">never</property>
<property name="child">
<object class="GtkTextView" id="about_window_text">
<property name="visible">0</property>
<property name="focusable">1</property>
<property name="editable">0</property>
<property name="wrap-mode">word</property>
</object>
</property>
</object>
</child>
<child>
<object class="GtkBox" id="hbox123">
<property name="visible">0</property>
</object>
</child>
</object>
</property>
<child type="titlebar"/>
</object>
<object class="GtkAboutDialog" id="about_dialog">
<property name="title" translatable="yes">About Coot</property>
<property name="resizable">0</property>
<property name="destroy-with-parent">1</property>
<property name="version">1.0</property>
<property name="copyright" translatable="yes">Copyright 2000, 2007 by Paul Emsley
Copyright 2002, 2003, 2004, 2005, 2006, 2007
by The University of York
Copyright 2007 by The University of Oxford
</property>
<property name="comments" translatable="yes">Version 1</property>
<property name="website">https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/</property>
<property name="website-label">The Home of Coot</property>
<property name="license" translatable="yes">GNU GPL version 3</property>
<property name="authors">Paul Emsley
Kevin Cowtan
Bernhard Lohkamp
</property>
<property name="documenters">Paul Emsley
</property>
<property name="artists">Paul Emsley
</property>
<property name="logo">pixmaps/coot-icon.png</property>
<child>
<object class="GtkBox" id="dialog-vbox100">
<property name="visible">0</property>
<property name="spacing">2</property>
<child type="area"/>
</object>
</child>
<child type="titlebar"/>
</object>
<object class="GtkDialog" id="accept_reject_refinement_dialog">
<property name="title" translatable="yes">Accept Refinement?</property>
<property name="deletable">0</property>
<signal name="destroy" handler="on_accept_reject_refinement_dialog_destroy" swapped="no"/>
<child>
<object class="GtkBox" id="dialog-vbox9">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child type="action">
<object class="GtkBox" id="hbox41">
<property name="visible">0</property>
<child>
<object class="GtkButton" id="accept_reject_refinement_accept_button">
<property name="visible">0</property>
<property name="focusable">1</property>
<signal name="clicked" handler="on_accept_reject_refinement_accept_button_clicked" swapped="no"/>
</object>
</child>
<child>
<object class="GtkButton" id="accept_reject_refinement_reject_button">
<property name="visible">0</property>
<property name="focusable">1</property>
<signal name="clicked" handler="on_accept_reject_refinement_reject_button_clicked" swapped="no"/>
</object>
</child>
</object>
</child>
<child>
<object class="GtkFrame" id="frame129">
<property name="visible">0</property>
<property name="child">
<object class="GtkLabel" id="accept_dialog_accept_label_string">
<property name="visible">0</property>
<property name="label" translatable="yes">Accept Refinement?</property>
<property name="justify">center</property>
</object>
</property>
</object>
</child>
</object>
</child>
<child type="titlebar"/>
</object>
<object class="GtkWindow" id="accession_code_window">
<property name="title" translatable="yes">PDB Accession Code </property>
<property name="deletable">0</property>
<property name="child">
<object class="GtkFrame" id="frame34">
<property name="visible">0</property>
<property name="child">
<object class="GtkBox" id="vbox40">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="label69">
<property name="visible">0</property>
<property name="label" translatable="yes">PDB Accession Code:</property>
<property name="justify">center</property>
</object>
</child>
<child>
<object class="GtkBox">
<property name="visible">0</property>
<child>
<object class="GtkEntry" id="accession_code_entry">
<property name="visible">0</property>
<property name="focusable">1</property>
<property name="primary-icon-activatable">0</property>
<property name="secondary-icon-activatable">0</property>
</object>
</child>
<child>
<object class="GtkButton" id="accession_code_get_it_button">
<property name="visible">0</property>
<property name="label" translatable="yes">Get Structure</property>
<property name="focusable">1</property>
<property name="receives-default">1</property>
<signal name="clicked" handler="on_accession_code_get_it_button_clicked" swapped="no"/>
</object>
</child>
</object>
</child>
</object>
</property>
</object>
</property>
<child type="titlebar"/>
</object>
<object class="GtkWindow" id="active_map_window">
<property name="title" translatable="yes">Active Map on Dragging?</property>
<property name="deletable">0</property>
<property name="child">
<object class="GtkBox" id="vbox8">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="label10">
<property name="visible">0</property>
<property name="label" translatable="yes">Active Map on Dragging?</property>
<property name="justify">center</property>
</object>
</child>
<child>
<object class="GtkFrame" id="frame6">
<property name="visible">0</property>
<property name="child">
<object class="GtkBox" id="vbox9">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkCheckButton" id="active_map_radiobutton_yes">
<property name="visible">0</property>
<property name="label" translatable="yes">Yes</property>
<property name="focusable">1</property>
<property name="use-underline">1</property>
</object>
</child>
<child>
<object class="GtkCheckButton" id="active_map_radiobutton_no">
<property name="visible">0</property>
<property name="label" translatable="yes">No</property>
<property name="focusable">1</property>
<property name="use-underline">1</property>
<property name="group">active_map_radiobutton_yes</property>
</object>
</child>
</object>
</property>
</object>
</child>
<child>
<object class="GtkButton" id="active_map_ok_button">
<property name="visible">0</property>
<property name="label" translatable="yes">OK</property>
<property name="focusable">1</property>
<signal name="clicked" handler="on_active_map_ok_button_clicked" swapped="no"/>
</object>
</child>
</object>
</property>
<child type="titlebar"/>
</object>
<object class="GtkDialog" id="add_OXT_dialog">
<property name="title" translatable="yes">add OXT to chain</property>
<property name="deletable">0</property>
<child>
<object class="GtkBox" id="dialog-vbox61">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child type="action">
<object class="GtkBox" id="hbox99">
<property name="visible">0</property>
<property name="homogeneous">1</property>
<child>
<object class="GtkButton" id="add_OXT_cancel_button">
<property name="visible">0</property>
<property name="label" translatable="yes"> Cancel </property>
<property name="focusable">1</property>
<property name="use-underline">1</property>
<signal name="clicked" handler="on_add_OXT_cancel_button_clicked" swapped="no"/>
</object>
</child>
<child>
<object class="GtkButton" id="add_OXT_ok_button">
<property name="visible">0</property>
<property name="label" translatable="yes"> Add it </property>
<property name="focusable">1</property>
<property name="use-underline">1</property>
<signal name="clicked" handler="on_add_OXT_ok_button_clicked" swapped="no"/>
</object>
</child>
</object>
</child>
<child>
<object class="GtkFrame" id="frame114">
<property name="visible">0</property>
<property name="child">
<object class="GtkBox" id="vbox121">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="label198">
<property name="visible">0</property>
<property name="label" translatable="yes">Add OXT to Chain:</property>
<property name="justify">center</property>
<property name="xalign">0.05999999865889549</property>
</object>
</child>
<child>
<object class="GtkBox" id="hbox101">
<property name="visible">0</property>
<child>
<object class="GtkLabel" id="label199">
<property name="visible">0</property>
<property name="label" translatable="yes"> Molecule: </property>
<property name="justify">center</property>
</object>
</child>
<child>
<object class="GtkComboBoxText" id="add_OXT_molecule_combobox">
<property name="visible">0</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="hbox102">
<property name="visible">0</property>
<child>
<object class="GtkLabel" id="label200">
<property name="visible">0</property>
<property name="label" translatable="yes"> Chain: </property>
<property name="justify">center</property>
</object>
</child>
<child>
<object class="GtkComboBoxText" id="add_OXT_chain_combobox">
<property name="visible">0</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkFrame" id="frame115">
<property name="visible">0</property>
<property name="child">
<object class="GtkBox" id="vbox122">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="hbox103">
<property name="visible">0</property>
<child>
<object class="GtkCheckButton" id="add_OXT_c_terminus_radiobutton">
<property name="visible">0</property>
<property name="label" translatable="yes"> At C terminus</property>
<property name="focusable">1</property>
<property name="use-underline">1</property>
<signal name="toggled" handler="on_add_OXT_c_terminus_radiobutton_toggled" swapped="no"/>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="visible">0</property>
<property name="label" translatable="yes"> </property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="add_OXT_residue_hbox">
<property name="visible">0</property>
<child>
<object class="GtkCheckButton" id="add_OXT_residue_radiobutton">
<property name="visible">0</property>
<property name="label" translatable="yes">At Residue: </property>
<property name="focusable">1</property>
<property name="use-underline">1</property>
<property name="group">add_OXT_c_terminus_radiobutton</property>
<signal name="toggled" handler="on_add_OXT_residue_radiobutton_toggled" swapped="no"/>
</object>
</child>
<child>
<object class="GtkEntry" id="add_OXT_residue_entry">
<property name="visible">0</property>
<property name="focusable">1</property>
<property name="primary-icon-activatable">0</property>
<property name="secondary-icon-activatable">0</property>
</object>
</child>
</object>
</child>
</object>
</property>
</object>
</child>
</object>
</property>
</object>
</child>
</object>
</child>
<child type="titlebar"/>
</object>
<object class="GtkDialog" id="add_alt_conf_dialog">
<property name="title" translatable="yes">Add Alternate Conformation</property>
<signal name="destroy" handler="on_add_alt_conf_dialog_destroy" swapped="no"/>
<child>
<object class="GtkBox" id="dialog-vbox27">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child type="action">
<object class="GtkBox" id="hbox60">
<property name="visible">0</property>
<child>
<object class="GtkButton" id="add_alt_conf_cancel_button">
<property name="visible">0</property>
<property name="label" translatable="yes"> Cancel </property>
<property name="focusable">1</property>
<property name="use-underline">1</property>
<signal name="clicked" handler="on_add_alt_conf_cancel_button_clicked" swapped="no"/>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="vbox89">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="label120">
<property name="visible">0</property>
<property name="label" translatable="yes">Add Alternate Conformation</property>
<property name="justify">center</property>
</object>
</child>
<child>
<object class="GtkFrame" id="frame73">
<property name="visible">0</property>
<property name="child">
<object class="GtkBox" id="vbox90">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkCheckButton" id="add_alt_conf_ca_radiobutton">
<property name="visible">0</property>
<property name="label" translatable="yes">Split Single Residue at C-alpha</property>
<property name="focusable">1</property>
<property name="use-underline">1</property>
<property name="active">1</property>
<signal name="toggled" handler="on_add_alt_conf_ca_radiobutton_toggled" swapped="no"/>
</object>
</child>
<child>
<object class="GtkCheckButton" id="add_alt_conf_whole_single_residue_radiobutton">
<property name="visible">0</property>
<property name="label" translatable="yes">Split All of a Single Residue</property>
<property name="focusable">1</property>
<property name="use-underline">1</property>
<property name="group">add_alt_conf_ca_radiobutton</property>
<signal name="toggled" handler="on_add_alt_conf_whole_single_residue_radiobutton_toggled" swapped="no"/>
</object>
</child>
<child>
<object class="GtkCheckButton" id="add_alt_conf_residue_range_radiobutton">
<property name="visible">0</property>
<property name="label" translatable="yes">Split a Residue Range</property>
<property name="focusable">1</property>
<property name="use-underline">1</property>
<property name="group">add_alt_conf_ca_radiobutton</property>
<signal name="toggled" handler="on_add_alt_conf_residue_range_radiobutton_toggled" swapped="no"/>
</object>
</child>
</object>
</property>
</object>
</child>
</object>
</child>
</object>
</child>
<child type="titlebar"/>
</object>
<object class="GtkDialog" id="add_reps_dialog">
<signal name="close" handler="on_add_reps_dialog_close" swapped="no"/>
<signal name="response" handler="on_add_reps_dialog_response" swapped="no"/>
<child>
<object class="GtkBox">
<property name="visible">0</property>
<child>
<object class="GtkBox" id="add_reps_vbox">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel">
<property name="visible">0</property>
<property name="label" translatable="yes">Addtional Representation for Molecule Number:</property>
</object>
</child>
<child>
<object class="GtkFrame">
<property name="visible">0</property>
<property name="child">
<object class="GtkBox">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkFrame">
<property name="visible">0</property>
<property name="child">
<object class="GtkCheckButton" id="add_rep_radiobutton_position">
<property name="visible">0</property>
<property name="label" translatable="yes">By Position (this residue)</property>
<property name="focusable">1</property>
<property name="active">1</property>
</object>
</property>
<child type="label">
<object class="GtkLabel">
<property name="visible">0</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkFrame">
<property name="visible">0</property>
<property name="child">
<object class="GtkBox">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkCheckButton" id="add_rep_radiobutton_res_number">
<property name="visible">0</property>
<property name="label" translatable="yes">By Residue Specification</property>
<property name="focusable">1</property>
<property name="group">add_rep_radiobutton_position</property>
</object>
</child>
<child>
<object class="GtkBox">
<property name="visible">0</property>