home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User 2
/
AUCD2.iso
/
internet
/
acornet.spk
/
!Acornet
/
Utils
/
!NetConfig
/
Docs
/
Menu
< prev
next >
Wrap
Text File
|
1995-06-11
|
578b
|
13 lines
The menu module creates menus (no kidding!)
Summary:
FNmenu_create(title$,desc$) Create a menu, returning its address
PROCmenu_delete(menu%) Delete a menu, freeing indirected text
PROCmenu_show(menu%,x%,y%) Display a menu at the given screen position
FNmenu_item(menu%,item%) Return the text of a given menu item
A menu is created from a title and description. The title is truncated to 12
characters. The description is a comma-separated list of item texts, which
can be of any length. There is no support for ticking, shading, sub-menus or
any other fancy stuff.