The R Project SVN R

Rev

Rev 29198 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29198 Rev 32260
Line 738... Line 738...
738
/*
738
/*
739
 *  Library supplied variables.
739
 *  Library supplied variables.
740
 */
740
 */
741
 
741
 
742
extern	font	SystemFont;	/* system font */
742
extern	font	SystemFont;	/* system font */
743
extern	font	FixedFont;	/* fixed-width font */
-
 
744
extern	font	Times;  	/* times roman font (serif) */
743
extern	font	Times;  	/* times roman font (serif) */
745
extern	font	Helvetica;	/* helvetica font (sans serif) */
744
extern	font	Helvetica;	/* helvetica font (sans serif) */
746
extern	font	Courier;	/* courier font (fixed width) */
745
extern	font	Courier;	/* courier font (fixed width) */
747
 
746
 
748
#include <R_ext/libextern.h>
747
#include <R_ext/libextern.h>
-
 
748
LibExtern font		FixedFont;	/* fixed-width font */
749
LibExtern cursor	ArrowCursor;	/* normal arrow cursor */
749
LibExtern cursor	ArrowCursor;	/* normal arrow cursor */
750
LibExtern cursor	BlankCursor;	/* invisible cursor */
750
LibExtern cursor	BlankCursor;	/* invisible cursor */
751
LibExtern cursor	WatchCursor;	/* wait for the computer */
751
LibExtern cursor	WatchCursor;	/* wait for the computer */
752
LibExtern cursor	CaretCursor;	/* insert text */
752
LibExtern cursor	CaretCursor;	/* insert text */
753
LibExtern cursor	TextCursor;	/* insert text */
753
LibExtern cursor	TextCursor;	/* insert text */
754
LibExtern cursor	HandCursor;	/* hand pointer */
754
LibExtern cursor	HandCursor;	/* hand pointer */
-
 
755
LibExtern cursor	CrossCursor;	/* cross pointer */
755
#undef LibExtern
756
#undef LibExtern
756
#undef extern
757
#undef extern
757
 
758
 
758
#ifdef __cplusplus
759
#ifdef __cplusplus
759
}
760
}