home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks '96 / MenuMadness / Source / C Source / MenuSelect.h < prev    next >
Encoding:
Text File  |  1996-06-21  |  168 b   |  8 lines  |  [TEXT/CWIE]

  1.  
  2.  
  3. typedef enum {kFXNone, kFXZoomIn, kFXZoomOut, kFXWipe, kFXSlide}MenuFX;
  4.  
  5. long    AltMenuSelect(Point    where, MenuFX    showFX, MenuFX    hideFX);
  6.  
  7. void EraseMenuRect(Rect    *r);
  8.