The R Project SVN R-packages

Rev

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

Rev 1254 Rev 1421
Line 39... Line 39...
39
{
39
{
40
    unsigned fontSize;
40
    unsigned fontSize;
41
    NSMutableDictionary *marginAttributes;
41
    NSMutableDictionary *marginAttributes;
42
	NSTextView *myTextView;
42
	NSTextView *myTextView;
43
	BOOL showLineNos;
43
	BOOL showLineNos;
-
 
44
	float gutterThickness;
44
}
45
}
45
 
46
 
46
- (id)initWithScrollView:(NSScrollView *)aScrollView orientation:(NSRulerOrientation)orientation showLineNumbers:(BOOL) use textView:(NSTextView *)tv;
47
- (id)initWithScrollView:(NSScrollView *)aScrollView orientation:(NSRulerOrientation)orientation showLineNumbers:(BOOL) use textView:(NSTextView *)tv;
47
- (void)updateView;
48
- (void)updateView;
48
- (void) updatePreferences;
49
- (void) updatePreferences;