The R Project SVN R-packages

Rev

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

Rev 5724 Rev 5737
Line 26... Line 26...
26
	int  filterlen;
26
	int  filterlen;
27
}
27
}
28
 
28
 
29
- (IBAction)openVignette:(id)sender;
29
- (IBAction)openVignette:(id)sender;
30
- (IBAction)openVignetteSource:(id)sender;
30
- (IBAction)openVignetteSource:(id)sender;
-
 
31
- (IBAction)executeSelection:(id)sender;
31
 
32
 
32
- (IBAction)search:(id)sender;
33
- (IBAction)search:(id)sender;
33
 
34
 
34
- (void) showVigenttes;
35
- (void) showVigenttes;
35
 
36