Files
textmate/Frameworks/OakAppKit/src/OakSavePanel.h
2013-03-10 16:11:26 +01:00

7 lines
350 B
Objective-C

#import <file/encoding.h>
#import <oak/misc.h>
PUBLIC @interface OakSavePanel : NSObject
+ (void)showWithPath:(NSString*)aPathSuggestion directory:(NSString*)aDirectorySuggestion fowWindow:(NSWindow*)aWindow encoding:(encoding::type const&)encoding completionHandler:(void(^)(NSString* path, encoding::type const& encoding))aCompletionHandler;
@end