| This keyword adds a window with a list of options. Set the
'MultipleSelections' flag to 'Yes' if the user is allowed to select more than one list entry and to
'No' otherwise. The first text is displayed above the list, the other texts are the actual list entries.
The jth selected list entry in the ith selection menu can be accessed by the Python plugin as yasara.selection[i].listentry[j]
( see below). Example:
MainMenu: Analyze
PullDownMenu: _P_DBFinder2 properties
ResidueSelectionMenu: Select residues to color by PDBFinder2 properties
ListMenu: Select PDBFinder2 properties
MultipleSelections: Yes
Text: Select more than one list entry to color by the average value
Text: Nalign - Number of HSSP alignments
Text: Nindel - Number of insertions and deletions
Text: Entropy - HSSP sequence entropy
Request: ColorResidues
|