The R Project SVN R-packages

Rev

Rev 6128 | Rev 6233 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6128 Rev 6137
Line 38... Line 38...
38
@interface RScriptEditorGlyphGenerator : NSGlyphGenerator <NSGlyphStorage>
38
@interface RScriptEditorGlyphGenerator : NSGlyphGenerator <NSGlyphStorage>
39
{
39
{
40
 
40
 
41
	// the original glyph generation requester
41
	// the original glyph generation requester
42
	id <NSGlyphStorage> _destination;
42
	id <NSGlyphStorage> _destination;
-
 
43
	NSGlyph nullGlyph;
-
 
44
	IMP _attrStrImp;
43
 
45
 
44
}
46
}
45
@end
47
@end