28
edits
Bernhardcl (talk | contribs) (Created page with "if (have_coot_python): if coot_python.main_menubar(): menu = coot_menubar_menu("Morph") add_simple_coot_menu_menuitem( menu, "Morp...") |
Bernhardcl (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<pre> | |||
if (have_coot_python): | if (have_coot_python): | ||
if coot_python.main_menubar(): | if coot_python.main_menubar(): | ||
Line 51: | Line 52: | ||
"aa_imol", 1000, 2) | "aa_imol", 1000, 2) | ||
) | ) | ||
</pre> | |||
Load with: | |||
Calculate->Run Script | |||
Or put the file in e.g. ''.coot-preferences'' directory to make it permanent. |
edits