home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / internet / acornet.spk / !Acornet / Utils / !NetConfig / Docs / Menu < prev    next >
Text File  |  1995-06-11  |  578b  |  13 lines

  1. The menu module creates menus (no kidding!)
  2.  
  3. Summary:
  4.   FNmenu_create(title$,desc$)    Create a menu, returning its address
  5.   PROCmenu_delete(menu%)    Delete a menu, freeing indirected text
  6.   PROCmenu_show(menu%,x%,y%)    Display a menu at the given screen position
  7.   FNmenu_item(menu%,item%)    Return the text of a given menu item
  8.  
  9. A menu is created from a title and description.  The title is truncated to 12
  10. characters.  The description is a comma-separated list of item texts, which
  11. can be of any length.  There is no support for ticking, shading, sub-menus or
  12. any other fancy stuff.
  13.