home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / CLIPPER / PDHM / OVERVIEW.HM < prev    next >
Text File  |  1993-01-14  |  745b  |  23 lines

  1. /*
  2.         OVERVIEW.HM
  3. */
  4.  
  5.  
  6. What is the Horizontal Menu Collection?
  7. ---------------------------------------
  8. The Collection consists of a mouseable and extensible horizontal
  9. menu engine and a set of APIs designed to reconfigure it, or inter-
  10. rogate its state.  It is the perfect complement of the Vertical
  11. Menu Collection in implementing pulldown menus.
  12.  
  13. What are its main features?
  14. ---------------------------
  15. 1.  Mouseable.
  16. 2.  Configurable colors.
  17. 3.  User-definable entry and exit routines.
  18. 4.  User-definable local hot keys and hot spots.
  19. 5.  User-definable option-related routines.
  20. 6.  Toggle-able Escape key as an abort key.
  21. 7.  Highlighted and user-definable trigger keys.
  22. 8.  Easy implementation of pulldown menus.
  23.