home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / Dump.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-23  |  764 b   |  28 lines  |  [TEXT/CWIE]

  1. #ifndef __FABCURSORBALLOON__
  2. #include    "CursorBalloon.h"
  3. #endif
  4.  
  5. #pragma internal on
  6.  
  7. OSErr InitDump(void);
  8.  
  9. short GetDumpVScrollValue(void);
  10. short GetDumpLineHeight(void);
  11. void ScrollDumpTo(short newPos);
  12. void DumpHome(void);
  13. void DumpEnd(void);
  14. void DumpPgUp(void);
  15. void DumpPgDn(void);
  16. void DrawDump(WindowPtr w);
  17. void SetupDumpCtlMax(ControlHandle theControl);
  18. void InvalDump(void);
  19. #pragma internal reset
  20.  
  21. void Update_Dump(WindowPtr w, short);
  22. void Do_Dump(WindowPtr w, EventRecord *myEvent);
  23. void Grow_Dump(WindowPtr w, EventRecord *event);
  24. void Activate_Dump(EventRecord *, WindowPtr w, Handle, short, Boolean becomingActive);
  25. void CloseDump(WindowPtr w);
  26. void RecalcDump(DialogRef w, RgnBalloonCursPtr theObj);
  27. void getDragRectDump(WindowPtr w, RectPtr r);
  28.