home *** CD-ROM | disk | FTP | other *** search
- /* This is file include/viewfns.h created by Extract */
- /* Date: */
-
- /*-------------------------------*/
- /* Including from:source/library/view.c */
-
- extern void ptk_vieweditor ARGS(( Pint wsid, Pint_list * stids,
- Pview_rep3 * rep));
-
- extern void ptk_setvieweditorattrs ARGS(( Pint menufont, Pint windowfont,
- Pint menucol, Pint menutextcol,
- Pint windowcol, Pint bannercol, Pint bannertextcol,
- Pint tlcol, Pint brcol, Pint arrowcol, Pint arrowedgecol));
-
- extern void ptk_inqvieweditorattrs ARGS(( Pint * menufont, Pint * windowfont,
- Pint * menucol, Pint * menutextcol, Pint * windowcol,
- Pint * bannercol, Pint * bannertextcol, Pint * tlcol,
- Pint * brcol, Pint * arrowcol, Pint * arrowedgecol));
-