The R Project SVN R-packages

Rev

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

Rev 6137 Rev 6233
Line 32... Line 32...
32
 *
32
 *
33
 */
33
 */
34
 
34
 
35
#import <Cocoa/Cocoa.h>
35
#import <Cocoa/Cocoa.h>
36
#import "RScriptEditorTextStorage.h"
36
#import "RScriptEditorTextStorage.h"
-
 
37
#import "RScriptEditorTypeSetter.h"
37
 
38
 
38
 
39
 
39
@interface RScriptEditorLayoutManager : NSLayoutManager
40
@interface RScriptEditorLayoutManager : NSLayoutManager
-
 
41
	 
40
{
42
{
-
 
43
 	RScriptEditorTextStorage *_attributedString;
-
 
44
 	IMP _setfImp;
41
 
45
	
42
}
46
}
43
 
47
 
44
@end
48
@end