home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************************
- * list.h
- *
- * List Window Management Header
- *
- * Written by Paco Xander Nathan
- * ⌐1990, Motorola Inc. Public domain source code.
- ********************************************************************************/
-
- #define _H_list
-
-
- /* External Function Prototypes
- */
- #ifdef PROTOTYPES
- WindowPtr ListWindow (short windID, short top, short left, Boolean isActive);
- void ListDraw (WindowPtr theWindow, Boolean fullDraw);
- void ListAdjust (WindowPtr theWindow);
- void ListContent (WindowPtr theWindow, short theMods, Point thePoint);
- #endif
-