home *** CD-ROM | disk | FTP | other *** search
- /* ProgressBars.h */
- /* Created 01/01/95 12:01 PM by AppMaker */
-
- #include "Globals.h"
-
- /*----------*/
- void OpenProgressBars (FSSpec* fileSpec,
- short fRefNum);
- void CloseProgressBars (void);
- void ControlProgressBars (ControlHandle whichControl,
- short whichPart,
- Point where);
- void MouseInProgressBars (Point where,
- short modifiers);
- void TypeInProgressBars (char ch);
- void UpdateProgressBars (void);
- void ActivateProgressBars (Boolean activate);
- void ResizeProgressBars (void);
- pascal void ScrollProgressBars (short newValue,
- short oldValue);
-