Identifier: monitor_menubar

Type

menupane

Description

The menubar in the monitor window, visible only when the Fire Development System is enabled.

As with all window menubars, there are 16 available buttons in this menubar. Buttons 2 through 4 are predefined by the system but the others are free for user-definition.

This menupane identifier cannot be redefined.

Examples

Define button 5 to be an interactive window query.

panel p = monitor_menubar.panels[5]
p.label = 'Q_&Window'
p.exec = { tell wcur }

See Also

Commands:

monitor

Structures:

menupane