The R Project SVN R-packages

Rev

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

Rev 6238 Rev 7916
Line 40... Line 40...
40
 
40
 
41
	// the original glyph generation requester
41
	// the original glyph generation requester
42
	id <NSGlyphStorage> _destination;
42
	id <NSGlyphStorage> _destination;
43
	RScriptEditorTextStorage *theTextStorage;
43
	RScriptEditorTextStorage *theTextStorage;
44
	NSGlyph nullGlyph;
44
	NSGlyph nullGlyph;
45
	IMP _attrStrImp;
-
 
46
	IMP _foldImp;
-
 
47
	IMP _foldindImp;
-
 
48
	NSInteger sizeOfNSGlyph;
45
	NSInteger sizeOfNSGlyph;
49
 
46
 
50
}
47
}
51
 
48
 
52
- (void)setTextStorage:(RScriptEditorTextStorage*)textStorage;
49
- (void)setTextStorage:(RScriptEditorTextStorage*)textStorage;