The R Project SVN R-packages

Rev

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

Rev 5737 Rev 6097
Line 50... Line 50...
50
- (IBAction)executeSelection:(id)sender;
50
- (IBAction)executeSelection:(id)sender;
51
 
51
 
52
- (void) updateHelpSearch: (int) count withTopics: (char**) topics packages: (char**) pkgs descriptions: (char**) descs urls: (char**) urls title: (char*) title;
52
- (void) updateHelpSearch: (int) count withTopics: (char**) topics packages: (char**) pkgs descriptions: (char**) descs urls: (char**) urls title: (char*) title;
53
- (int) count;
53
- (int) count;
54
- (void) show;
54
- (void) show;
-
 
55
- (WebView*)webView;
-
 
56
- (void)supportsWebViewSwipingInHistory;
-
 
57
- (void)supportsWebViewMagnifying;
55
 
58
 
56
+ (id) sharedController;
59
+ (id) sharedController;
57
@end
60
@end