home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / luschsrc.sit / list.h < prev    next >
Text File  |  1990-05-23  |  622b  |  21 lines

  1. /********************************************************************************
  2.  *    list.h
  3.  *
  4.  *    List Window Management Header
  5.  *
  6.  *    Written by Paco Xander Nathan
  7.  *    ⌐1990, Motorola Inc.  Public domain source code.
  8.  ********************************************************************************/
  9.  
  10. #define _H_list
  11.  
  12.  
  13. /* External Function Prototypes
  14.  */
  15. #ifdef PROTOTYPES
  16. WindowPtr ListWindow (short windID, short top, short left, Boolean isActive);
  17. void ListDraw (WindowPtr theWindow, Boolean fullDraw);
  18. void ListAdjust (WindowPtr theWindow);
  19. void ListContent (WindowPtr theWindow, short theMods, Point thePoint);
  20. #endif
  21.