The R Project SVN R-packages

Rev

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

Rev 6238 Rev 6240
Line 110... Line 110...
110
 
110
 
111
- (BOOL)foldLinesInRange:(NSRange)range;
111
- (BOOL)foldLinesInRange:(NSRange)range;
112
- (BOOL)unfoldLinesContainingCharacterAtIndex:(NSUInteger)charIndex;
112
- (BOOL)unfoldLinesContainingCharacterAtIndex:(NSUInteger)charIndex;
113
- (NSInteger)foldStatusAtIndex:(NSInteger)index;
113
- (NSInteger)foldStatusAtIndex:(NSInteger)index;
114
 
114
 
-
 
115
- (id)scrollView;
-
 
116
 
115
- (void)updatePreferences;
117
- (void)updatePreferences;
116
 
118
 
117
@end
119
@end