home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / source / browser / browser.hqx / Browser / bigscroll ƒ / bigscroll.proto.h < prev    next >
Encoding:
Text File  |  1996-03-28  |  416 b   |  11 lines

  1.  
  2. /* bigscroll.c */
  3. void getregions (ControlHandle c);
  4. void draw1part (ControlHandle c, short part, RgnHandle rgn, short where, int val);
  5. void drawcontrol (long part, ControlHandle c);
  6. long test (long param, ControlHandle c);
  7. void calc (RgnHandle rgn, ControlHandle c);
  8. void initbigs (ControlHandle c);
  9. void disposebigs (ControlHandle c);
  10. pascal long main (short varcode, ControlHandle c, short message, long param);
  11.