Next: menu_item
Up: Function Reference
Previous: menu_initialise
  Contents
Create a menu structure. It is normally called like;
menu_init("My Menu","Interesting text","help_file");
- My Menu
- the title of your menu displayed at the centre-top of the menu window
- Interesting Text
- supplementary text usually enhancing a users experience as they enjoy your finely crafted program
- help_file
- a file to display when the user panics and presses the help button (a function key can be defined as a help button rather than a soft button on the screen).
NB this feature is untested and may be broken
Andy Ferguson (AFC)
2001-10-20