home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / source / browser / browser.hqx / Browser / protos / inithotband.proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-29  |  560 b   |  17 lines

  1. #include "fontda.h"
  2.  
  3. /* inithotband.c */
  4. void additemtohotband(short whichband, char **path, long parid, short vrefnum,
  5.                       short action);
  6. void adjust_ctl_value(ControlHandle c, bandinfo *p);
  7. void checkhotbandcontrol(void);
  8. void shiftband(short start, short offset);
  9. void removeitemfromhotband(ControlHandle c);
  10. void copycontroltohotband(ControlHandle c);
  11. void selectiontohotband(void);
  12. void addvolumes(void);
  13. void resetvolumes(void);
  14. void fillbands(FILE *f);
  15. void inithotband(FILE *f);
  16. extern void Dispose_Icon (ControlHandle c, boolean_t dispose_path_p);
  17.