home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-23 | 1.6 KB | 43 lines | [TEXT/CWIE] |
- /* rsinterf.proto.h */
-
- void RSunload(void);
- void RSselect(short w, Point pt, EventRecord theEvent);
- void RSzoom(GrafPtr window, short code, short shifted);
- short RSupdate(GrafPtr wind);
- short RSTextSelected(short w);
- void RSskip(short w, Boolean on);
- short RSsize(GrafPtr window, long *where, long modifiers);
- void RSshow(short w);
- Boolean RSsetcolor(short w, short n, RGBColor Color);
- void RSsendstring(short w, char *ptr, short len);
- short RSnewwindow(RectPtr wDims,short scrollback, short width, short lines, StringPtr name, short wrapon,
- short fnum, short fsiz, short showit, short goaway, short forcesave, short screenNumber);
- short RSmouseintext(short w, Point myPoint);
- void RSkillwindow(short w);
- RGBColor RSgetcolor(short w, short n);
- void RShide(short w);
- GrafPtr RSgetwindow(short w);
- char **RSGetTextSel(short w, short table);
- RgnHandle RSGetTextSelRgn(short w);
- short RSfindvwind(GrafPtr wind);
- void RSdeactivate(short w);
- void RScursblink(short w);
- void RScursblinkon(short w);
- void RScursblinkoff(short w);
- void RScprompt(short w);
- void RScalcwsize(short w, short width);
- short RSclick(GrafPtr window, EventRecord theEvent);
- void RSactivate(short w);
- short ClickInContent(Point where, short w);
- Point getlocalmouse(GrafPtr wind);
- void RSchangefont(short w, short fnum, long fsiz);
- short RSgetfont(short w, short *pfnum, short *pfsiz);
- void RSfontmetrics(void);
- pascal void ScrollProc(ControlHandle control, short part);
- void FlashSelection(short w);
- Boolean PointInSelection(Point curr, short w);
- void UnHiliteSelection(short w);
- void HiliteThis(short w, Point begin, Point end);
- void RSUpdatePalette(void);
- Boolean RSisInFront(short w);
-