Next: LOADMENU Up: DEFMENU Prev: Parameters

Examples

To set up a single menu with three buttons

  ICL> DEFMENU 1
  Number of buttons in menu 1 > 3
  Name for button > SLICE
  Command for this button > ISLICE
  Name for button > STATS
  Command for this button > ICIRCLE|ISTATS|IWHOLE
  Name for button > QUIT
  Command for this button > QUIT
  


Next: LOADMENU Up: DEFMENU Prev: Parameters