The R Project SVN R-packages

Rev

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

Rev 6233 Rev 6238
Line 38... Line 38...
38
 
38
 
39
 
39
 
40
@interface RScriptEditorLayoutManager : NSLayoutManager
40
@interface RScriptEditorLayoutManager : NSLayoutManager
41
	 
41
	 
42
{
42
{
-
 
43
 
43
 	RScriptEditorTextStorage *_attributedString;
44
 	RScriptEditorTextStorage *_attributedString;
44
 	IMP _setfImp;
-
 
45
	
45
	
46
}
46
}
47
 
47
 
48
@end
48
@end