Difference between revisions of "PUSH MENU"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 1: Line 1:
=PUSH MENU=
 
 
 
 
==Class==
 
==Class==
 
Menus
 
Menus
Line 34: Line 31:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Menus]]
 +
[[Category:Menus Commands]]

Revision as of 09:06, 3 June 2009

Class

Menus


Purpose

Place a menu bar definition on the stack


Syntax

PUSH MENU <MENU>


See Also

ACTIVATE MENU, DEFINE MENU, POP MENU, POP POPUP, PUSH POPUP, SET COMPATIBLE


Description

PUSH MENU is used to place the specified <menu> on the stack. The menu definition can then be changed while still allowing the original definition to be restored with POP MENU. Menus are always placed on and removed from the stack in a last in, first out order. SET COMPATIBLE should be set to ON when using this command.


Example

push menu _msysmenu
set sysmenu to _mfile, _medit
pop menu _msysmenu


Products

Recital Mirage Server, Recital Terminal Developer