The R Project SVN R-packages

Rev

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

Rev 714 Rev 973
Line 32... Line 32...
32
 
32
 
33
@interface FileCompletion : NSObject {
33
@interface FileCompletion : NSObject {
34
    
34
    
35
}
35
}
36
+ (NSString*) complete: (NSString*) part;
36
+ (NSString*) complete: (NSString*) part;
-
 
37
+ (NSArray*) completeAll: (NSString*) part cutPrefix: (int) prefix;
37
 
38
 
38
@end
39
@end