home *** CD-ROM | disk | FTP | other *** search
- /* Sliders.h */
- /* Created 01/01/95 12:01 PM by AppMaker */
-
- #include "Globals.h"
-
- /*----------*/
- void OpenSliders (FSSpec* fileSpec,
- short fRefNum);
- void CloseSliders (void);
- void ControlSliders (ControlHandle whichControl,
- short whichPart,
- Point where);
- void MouseInSliders (Point where,
- short modifiers);
- void TypeInSliders (char ch);
- void UpdateSliders (void);
- void ActivateSliders (Boolean activate);
- void ResizeSliders (void);
- pascal void ScrollSliders (short newValue,
- short oldValue);
-