The R Project SVN R-packages

Rev

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

Rev 6026 Rev 6114
Line 50... Line 50...
50
	IBOutlet NSTextField *label;
50
	IBOutlet NSTextField *label;
51
}
51
}
52
@end
52
@end
53
 
53
 
54
@interface RDocumentController : NSDocumentController <PreferencesDependent>
54
@interface RDocumentController : NSDocumentController <PreferencesDependent>
55
 
55
{
56
	NSString *activeFileType;
56
	NSString *activeFileType;
-
 
57
}
57
 
58
 
58
- (NSWindow*)findLastWindowForDocType:(NSString*)aType;
59
- (NSWindow*)findLastWindowForDocType:(NSString*)aType;
59
- (NSWindow*)findNextWindowForDocType:(NSString*)aType;
60
- (NSWindow*)findNextWindowForDocType:(NSString*)aType;
60
- (NSWindow*)findWindowForDocType:(NSString*)aType getLast:(BOOL)getLast;
61
- (NSWindow*)findWindowForDocType:(NSString*)aType getLast:(BOOL)getLast;
61
 
62