![]() |
| ||||||||||||||||||||
![]() |
| ||||||||||||||||||||
|
This keyword adds a window with one to five check boxes,
that can be activated individually. This allows to toggle up to five independent options,
you must specify a general explanation for the user and then one additional text for every check box.
The state of the jth check box in the ith selection menu can be accessed by the Python plugin as yasara.selection[i].checkbox[j]
(see below). Example for a menu with two check boxes:
MainMenu: NMR
PullDownMenu: _L_ist restraints
CheckBoxMenu2: List distance and dihedral angle restraints
Text: Select the type of restraints to list
Text: Distance restraints
Text: Dihedral restraints (Checked)
By default, all boxes are unchecked. To check a box, add the text
'(Checked)' at the end as in the example above.
| ||||||||||||||||||||