home *** CD-ROM | disk | FTP | other *** search
- 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.
-