_gui.py (pymol-open-source-2.2.0) | : | _gui.py (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 401 | skipping to change at line 401 | |||
] + [ | ] + [ | |||
('separator',), | ('separator',), | |||
] + [ | ] + [ | |||
('radio', lab, 'seq_view_label_mode', val) | ('radio', lab, 'seq_view_label_mode', val) | |||
for lab, val in [ | for lab, val in [ | |||
('All Residue Numbers', 2), | ('All Residue Numbers', 2), | |||
('Top Sequence Only', 1), | ('Top Sequence Only', 1), | |||
('Object Names Only', 0), | ('Object Names Only', 0), | |||
('No Labels', 3), | ('No Labels', 3), | |||
] | ] | |||
] + [ | ||||
('separator',), | ||||
] + [ | ||||
('radio', lab, 'seq_view_gap_mode', val) | ||||
for lab, val in [ | ||||
('No Gaps', 0), | ||||
('All Gaps', 1), | ||||
('Single Gap', 2), | ||||
] | ||||
]), | ]), | |||
('separator',), | ('separator',), | |||
('check', 'Internal GUI', 'internal_gui', 1), | ('check', 'Internal GUI', 'internal_gui', 1), | |||
('check', 'Internal Prompt', 'internal_prompt', 1), | ('check', 'Internal Prompt', 'internal_prompt', 1), | |||
('menu', 'Internal Feedback', [ | ('menu', 'Internal Feedback', [ | |||
('radio', str(val), 'internal_feedback', val) | ('radio', str(val), 'internal_feedback', val) | |||
for val in [0, 1, 3, 5] | for val in [0, 1, 3, 5] | |||
]), | ]), | |||
('menu', 'Overlay', [ | ('menu', 'Overlay', [ | |||
('radio', str(val), 'overlay', val) | ('radio', str(val), 'overlay', val) | |||
skipping to change at line 837 | skipping to change at line 846 | |||
('menu', 'Mutagenesis', [ | ('menu', 'Mutagenesis', [ | |||
('command', 'Protein', 'wizard mutagenesis'), | ('command', 'Protein', 'wizard mutagenesis'), | |||
('command', 'Nucleic Acids', 'wizard nucmutagenesis'), | ('command', 'Nucleic Acids', 'wizard nucmutagenesis'), | |||
]), | ]), | |||
('command', 'Pair Fitting', 'wizard pair_fit'), | ('command', 'Pair Fitting', 'wizard pair_fit'), | |||
('separator',), | ('separator',), | |||
('command', 'Density', 'wizard density'), | ('command', 'Density', 'wizard density'), | |||
('command', 'Filter', 'wizard filter'), | ('command', 'Filter', 'wizard filter'), | |||
('command', 'Sculpting', 'wizard sculpting'), | ('command', 'Sculpting', 'wizard sculpting'), | |||
('separator',), | ('separator',), | |||
('command', 'Cleanup', 'wizard cleanup'), | ||||
('separator',), | ||||
('command', 'Label', 'wizard label'), | ('command', 'Label', 'wizard label'), | |||
('command', 'Charge', 'wizard charge'), | ('command', 'Charge', 'wizard charge'), | |||
('separator',), | ('separator',), | |||
('menu', 'Demo', [ | ('menu', 'Demo', [ | |||
('command', 'Representations', lambda: cmd.wizard('demo', 'r eps')), | ('command', 'Representations', lambda: cmd.wizard('demo', 'r eps')), | |||
('command', 'Cartoon Ribbons', lambda: cmd.wizard('demo', 'c artoon')), | ('command', 'Cartoon Ribbons', lambda: cmd.wizard('demo', 'c artoon')), | |||
('command', 'Roving Detail', lambda: cmd.wizard('demo', 'rov ing')), | ('command', 'Roving Detail', lambda: cmd.wizard('demo', 'rov ing')), | |||
('command', 'Roving Density', lambda: cmd.wizard('demo', 'ro ving_density')), | ('command', 'Roving Density', lambda: cmd.wizard('demo', 'ro ving_density')), | |||
('command', 'Transparency', lambda: cmd.wizard('demo', 'tran s')), | ('command', 'Transparency', lambda: cmd.wizard('demo', 'tran s')), | |||
('command', 'Ray Tracing', lambda: cmd.wizard('demo', 'ray') ), | ('command', 'Ray Tracing', lambda: cmd.wizard('demo', 'ray') ), | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 9 lines changed or added |