MENU FRAME

From Recital Documentation Wiki
Revision as of 11:01, 17 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

MENU FRAME

Class

Menus


Purpose

Draw a menu frame


Syntax

MENU FRAME AT <expN1>,<expN2> TO <expN3>,<expN4>

LABEL <expC>


See Also

@...MENU, MENU AT, MENU COMMAND, MENU FIELDS, MENU FILES, MENU FORMAT, MENU QUERY, MENU SCOPE, MENU(), MENUITEM()


Description

The MENU FRAME command draws a box with the specified label <expC> and can be used to 'frame' a menu. The frame is positioned at the coordinates specified in <expN1> to <expN4>.


Example

Menu frame at 10,10 to 15,18 label "Options"
@13,11 menu "Exit";
help "Exit the system."
@14,11 menu "Browse";
command "browse";
help "Browse the table."
menu


Products

Recital Mirage Server, Recital Terminal Developer