home *** CD-ROM | disk | FTP | other *** search
- /* Pallette.h */
- /* Created 01/01/95 12:01 PM by AppMaker */
-
- #include "Globals.h"
-
- /*----------*/
- void OpenPallette (FSSpec* fileSpec,
- short fRefNum);
- void ClosePallette (void);
- void ControlPallette (ControlHandle whichControl,
- short whichPart,
- Point where);
- void MouseInPallette (Point where,
- short modifiers);
- void TypeInPallette (char ch);
- void UpdatePallette (void);
- void ActivatePallette (Boolean activate);
- void ResizePallette (void);
- pascal void ScrollPallette (short newValue,
- short oldValue);
-