Uses Motif Bulletin Board Dialog Widgets to post a rectangular array of small control widgets of four types: Choice, Toggle, Scale, Push.
Each uses a point (move cursor with the mouse) and click (press and immediately release the mouse button) mechanism.
Move Cursor inside the PushButton, click LeftMouseButton to immediately invoke action.
Move Cursor on the current value indicator of the slider, press LeftMouseButton and slide to move, release LeftMouseButton at desired value to invoke the action.
Move Cursor on the background of the slider.
Click LeftMouseButton to move the value incrementally toward the cursor.
Click MiddleMouseButton to set the value to the cursor position.
Move Cursor inside the PushButton, which includes a diamond-shaped indicator and a description of the current state. click LeftMouseButton to toggle the state.
The indicator button is dark/out when Off, and light/in when On.
Move Cursor on the Menu PushButton, press LeftMouseButton to invoke the choice options display.
Move Cursor up/down to highlight the desired choice.
Release LeftMouseButton to select the highlighted item. This will invoke the action and display the current choice.
Move Cursor completely outside the menu and release LeftMouseButton
to void selection.