Difference between revisions of "PUSH MENU"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Place a menu bar definition on the stack
 
Place a menu bar definition on the stack
Line 26: Line 24:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Menus]]
 
[[Category:Menus]]
 
[[Category:Menus Commands]]
 
[[Category:Menus Commands]]

Latest revision as of 16:00, 12 November 2009

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