The R Project SVN R-packages

Rev

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

Rev 5732 Rev 5733
Line 51... Line 51...
51
- (IBAction)runHelpSearch:(id)sender;
51
- (IBAction)runHelpSearch:(id)sender;
52
- (IBAction)showMainHelp:(id)sender;
52
- (IBAction)showMainHelp:(id)sender;
53
- (IBAction)showRFAQ:(id)sender;
53
- (IBAction)showRFAQ:(id)sender;
54
- (IBAction)whatsNew:(id)sender;
54
- (IBAction)whatsNew:(id)sender;
55
- (IBAction)changeSearchType:(id)sender;
55
- (IBAction)changeSearchType:(id)sender;
-
 
56
- (IBAction)executeSelection:(id)sender;
56
 
57
 
57
- (void)showHelpUsingFile: (NSString *)file topic: (NSString*) topic; // displays results only, used by help() in 2.1 and later
58
- (void)showHelpUsingFile: (NSString *)file topic: (NSString*) topic; // displays results only, used by help() in 2.1 and later
58
- (void)showHelpFor:(NSString *)topic; // runs a search
59
- (void)showHelpFor:(NSString *)topic; // runs a search
59
 
60
 
60
+ (id) sharedController;
61
+ (id) sharedController;