home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d5 / Telnet 2.6.1d5.src.sit.hqx / Telnet 2.6.1d5 src / source / rs / rsinterf.proto.h < prev    next >
Encoding:
Text File  |  1995-01-22  |  1.4 KB  |  36 lines

  1.  /* rsinterf.proto.h */
  2.  
  3. void    RSunload(void);
  4. void RSselect(short w, Point pt, EventRecord theEvent);
  5. void RSzoom(GrafPtr window, short code, short shifted);
  6. short RSupdate(GrafPtr wind);
  7. short RSTextSelected(short w);
  8. void RSskip(short w, Boolean on);
  9. short RSsize(GrafPtr window, long *where, long modifiers);
  10. void RSshow(short w);
  11. Boolean RSsetcolor(short w, short n, RGBColor Color);
  12. void RSsendstring(short w, char *ptr, short len);
  13. short RSnewwindow(RectPtr wDims, short scrollback, short width, short lines, StringPtr name, short wrapon, short fnum, short fsiz, short showit, short goaway, short forcesave);
  14. short RSmouseintext(short w, Point myPoint);
  15. void RSkillwindow(short w);
  16. void RSgetcolor(short w, short n, unsigned short *r, unsigned short *g, unsigned short *b);
  17. void RShide(short w);
  18. GrafPtr RSgetwindow(short w);
  19. char **RSGetTextSel(short w, short table);
  20. RgnHandle RSGetTextSelRgn(short w);
  21. short RSfindvwind(GrafPtr wind);
  22. void RSdeactivate(short w);
  23. void RScursblink(short w);
  24. void RScursblinkon(short w);
  25. void RScursblinkoff(short w);
  26. void RScprompt(short w);
  27. void RScalcwsize(short w, short width);
  28. short RSclick(GrafPtr window, EventRecord theEvent);
  29. void RSactivate(short w);
  30. short ClickInContent(Point where, short w);
  31. Point getlocalmouse(GrafPtr wind);
  32. void RSchangefont(short w, short fnum, long fsiz);
  33. short RSgetfont(short w, short *pfnum, short *pfsiz);
  34. void RSfontmetrics(void);
  35. pascal void ScrollProc(ControlHandle control, short part);
  36.