Resources for a single widget class can be displayed by clicking
Button2 on the corresponding node, or by adding the node to the selection list with Button1 and using the Show Resource Boxes entry in the View menu. Since Button1 actually toggles the selection state of a node, clicking on a selected node will cause it to be removed from the selected list.Collections of nodes may also be selected through the various entries in the Select menu:
Unselect All
This entry removes all nodes from the selection list. This operation may also be performed with the Select(nothing) translation.
Select All
This entry adds all nodes to the selection list. This operation may also be performed with the Select(all) translation.
Invert All
This entry adds unselected nodes to, and removes selected nodes from, the selection list. This operation may also be performed with the Select(invert) translation.
Select Parent
This entry selects the immediate parents of all selected nodes. This operation may also be performed with the Select(parent) translation.
Select Ancestors
This entry recursively selects all parents of all selected nodes. This operation may also be performed with the Select(ancestors) translation.
Select Children
This entry selects the immediate children of all selected nodes. This operation may also be performed with the Select(children) translation.
Select Descendants
This entry recursively selects all children of all selected nodes. This operation may also be performed with the Select(descendants) translation.
Select Has Resources
This entry selects all nodes that add new resources (regular or constraint) to their corresponding widget classes. This operation may also be performed with the Select(resources) translation.
Select Shown Resource Boxes
This entry selects all nodes whose resource boxes are currently expanded (usually so that they can be closed with Hide Resource Boxes). This operation may also be performed with the Select(shown) translation.