The R Project SVN R-packages

Rev

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

Rev 1483 Rev 1490
Line 56... Line 56...
56
- (void)showHelpUsingFile: (NSString *)file topic: (NSString*) topic; // displays results only, used by help() in 2.1 and later
56
- (void)showHelpUsingFile: (NSString *)file topic: (NSString*) topic; // displays results only, used by help() in 2.1 and later
57
- (void)showHelpFor:(NSString *)topic; // runs a search
57
- (void)showHelpFor:(NSString *)topic; // runs a search
58
 
58
 
59
+ (id) sharedController;
59
+ (id) sharedController;
60
- (IBAction)printDocument:(id)sender;
60
- (IBAction)printDocument:(id)sender;
-
 
61
- (NSWindow*) window;
61
 
62
 
62
- (void)webView:(WebView *)sender didStartProvisionalLoadForFrame:(WebFrame *)frame;
63
- (void)webView:(WebView *)sender didStartProvisionalLoadForFrame:(WebFrame *)frame;
63
 
64
 
64
@end
65
@end