home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / XAP / XGAMES / XMENU.TAR / xmenu / README < prev    next >
Encoding:
Text File  |  1990-11-01  |  1.3 KB  |  36 lines

  1. XMenu - provide a popup menu from a shell script etc.
  2.  
  3. This little toolkit program produces a popup menu on the screen taking
  4. the command line arguments as menu entries.  If an argument contains
  5. a non-escaped '=' (equals sign) the string to the left is the name
  6. displayed in the menu and the string to the right is the text output
  7. when this menu button is pressed.  If no equals sign is given the name of
  8. the menu button is output.
  9.  
  10. A special argument "line" can be used to draw a dividing line between
  11. successive menu entries.
  12.  
  13. A menu title can be given as an argument after a "-heading" flag.
  14.  
  15. The menu is only popped down when a menu button is pressed.
  16. By default the menu is popped up below and to the right of the current
  17. pointer position, use "-geometry" to position the menu at a particular
  18. point (and in a particular size). 
  19.  
  20. Examples:
  21.  
  22. xmenu -heading "Choose Files by Suffix" Compressed="*.Z" \
  23.         "C sources"="*.c" "Headers"="*.h" \
  24.         line line "        Cancel"
  25.  
  26. xmenu Hello="Hello World" line " " " " line Goodbye="Goodbye World"
  27.  
  28.  
  29. Enjoy,
  30.  
  31. Richard Hesketh   :   @nsfnet-relay.ac.uk:rlh2@ukc.ac.uk
  32.           :   rlh2@ukc.ac.uk    ..!mcsun!ukc!rlh2
  33. ---                                               
  34. Computing Lab., University of Kent at Canterbury,
  35. Canterbury, Kent, CT2 7NF, United Kingdom.    Tel: +44 227 764000 ext 3682/7620
  36.