home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Include / boxact.h < prev    next >
Encoding:
Text File  |  1993-03-16  |  1.3 KB  |  27 lines  |  [TEXT/MPS ]

  1. /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
  2. /**********************************************************************
  3.  * function prototypes
  4.  **********************************************************************/
  5. void BoxUpdate(MyWindowPtr win);
  6. void BoxClick(MyWindowPtr win,EventRecord *event);
  7. void BoxActivate(MyWindowPtr win);
  8. Boolean BoxMenu(MyWindowPtr win,int menu,int item,short modifiers);
  9. Boolean BoxClose(MyWindowPtr win);
  10. void BoxOpen(MyWindowPtr win);
  11. void BoxKey(MyWindowPtr win, EventRecord *event);
  12. void SelectBoxRange(TOCType **tocH,int start,int end,Boolean cmd,int eStart,int eEnd);
  13. void BoxCenterSelection(MyWindowPtr win);
  14. void BoxSelectAfter(MyWindowPtr win, short mNum);
  15. Boolean BoxPosition(Boolean save,MyWindowPtr win);
  16. void MakeMessFileName(TOCHandle tocH,short sumNum, UPtr name);
  17. void BoxHelp(MyWindowPtr win, Point mouse);
  18. void BoxCursor(Point mouse);
  19. void BoxDidResize(MyWindowPtr win, Rect *oldContR);
  20. void InvalBoxSizeBox(MyWindowPtr win);
  21. void BoxGonnaShow(MyWindowPtr win);
  22. UPtr PriorityString(UPtr string,Byte priority);
  23. void SetPriority(TOCHandle tocH,short sumNum,short priority);
  24. #define Prior2Display(p) ((p)?RoundDiv(p,40):3)
  25. #define Display2Prior(p) ((p)*40)
  26. void InvalTocBox(TOCHandle tocH,short sumNum,short box);
  27. void RedoTOC(TOCHandle tocH);