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

  1. /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
  2. /************************************************************************
  3.  * declarations for functions relating to composition window actions
  4.  ************************************************************************/
  5. Boolean CompClose(MyWindowPtr win);
  6. Boolean CompScroll(MyWindowPtr win,int h,int v);
  7. void CompDidResize(MyWindowPtr win, Rect *oldContR);
  8. void CompClick(MyWindowPtr win, EventRecord *event);
  9. Boolean CompMenu(MyWindowPtr win, int menu, int item, short modifiers);
  10. void CompUpdate(MyWindowPtr win);
  11. void CompKey(MyWindowPtr win, EventRecord *event);
  12. void CompTxChanged(MyWindowPtr win,int oldNl, int newNl,Boolean scroll);
  13. void CompActivateField(MessType **messH, short newtx);
  14. void CompTxeTo(MyWindowPtr win,TEHandle teh);
  15. void CompUnattach(MyWindowPtr win);
  16. void AttachSelect(TEHandle teh);
  17. void CompButton(MyWindowPtr win,ControlHandle buttonHandle,long modifiers,short part);
  18. void CompHelp(MyWindowPtr win,Point mouse);
  19. Boolean ModifyQueue(short *state,uLong *when);
  20. void WarpQueue(uLong secs);
  21. void CompHasChanged(MyWindowPtr win,TEHandle teh,short oldNl,short newNl);
  22. void CompZoomSize(MyWindowPtr win,Rect *zoom);