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