File: set_menu.html

package info (click to toggle)
agistudio 1.2.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,600 kB
  • ctags: 1,506
  • sloc: cpp: 16,676; makefile: 53
file content (17 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<HTML>
<HEAD>
<TITLE>set.menu</TITLE></HEAD>
<BODY>
<h1>set.menu</h1>
<B>Category</B><p>
<a href="menu_commands.html">Menu/Key commands</a><p>
<B>Syntax</B><p>
<p>
set.menu(mNAME);<p>
<B>Description</B><p>
<p>
Tells the interpreter to create a menu with the name mNAME. One or more <a href="set_menu_item.html">set.menu.item</a> commands should follow, which add items to that menu.<p>
<B>See also</B><p>
<a href="set_menu_item.html">set.menu.item</a><p>
<a href="setting_up_menus_and_keys.html">Setting up menus and keys</a><p>
</BODY></HTML>