The R Project SVN R-packages

Rev

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

Rev 6233 Rev 6238
Line 43... Line 43...
43
	RScriptEditorTextStorage *theTextStorage;
43
	RScriptEditorTextStorage *theTextStorage;
44
	NSGlyph nullGlyph;
44
	NSGlyph nullGlyph;
45
	IMP _attrStrImp;
45
	IMP _attrStrImp;
46
	IMP _foldImp;
46
	IMP _foldImp;
47
	IMP _foldindImp;
47
	IMP _foldindImp;
-
 
48
	NSInteger sizeOfNSGlyph;
48
 
49
 
49
}
50
}
50
 
51
 
51
- (void)setTextStorage:(RScriptEditorTextStorage*)textStorage;
52
- (void)setTextStorage:(RScriptEditorTextStorage*)textStorage;
52
 
53