home *** CD-ROM | disk | FTP | other *** search
- #ifndef __FABCURSORBALLOON__
- #include "CursorBalloon.h"
- #endif
-
- #pragma internal on
-
- OSErr InitDump(void);
-
- short GetDumpVScrollValue(void);
- short GetDumpLineHeight(void);
- void ScrollDumpTo(short newPos);
- void DumpHome(void);
- void DumpEnd(void);
- void DumpPgUp(void);
- void DumpPgDn(void);
- void DrawDump(WindowPtr w);
- void SetupDumpCtlMax(ControlHandle theControl);
- void InvalDump(void);
- #pragma internal reset
-
- void Update_Dump(WindowPtr w, short);
- void Do_Dump(WindowPtr w, EventRecord *myEvent);
- void Grow_Dump(WindowPtr w, EventRecord *event);
- void Activate_Dump(EventRecord *, WindowPtr w, Handle, short, Boolean becomingActive);
- void CloseDump(WindowPtr w);
- void RecalcDump(DialogRef w, RgnBalloonCursPtr theObj);
- void getDragRectDump(WindowPtr w, RectPtr r);
-