mirror of
https://github.com/textmate/textmate.git
synced 2026-01-24 14:17:56 -05:00
11 lines
404 B
Objective-C
11 lines
404 B
Objective-C
#import <HTMLOutput/HTMLOutput.h>
|
|
#import <oak/misc.h>
|
|
|
|
PUBLIC @interface HTMLOutputWindowController : NSObject <NSWindowDelegate>
|
|
@property (nonatomic) NSWindow* window;
|
|
@property (nonatomic, readonly) BOOL needsNewWebView;
|
|
+ (HTMLOutputWindowController*)HTMLOutputWindowWithRunner:(command::runner_ptr const&)aRunner;
|
|
- (BOOL)setCommandRunner:(command::runner_ptr const&)aRunner;
|
|
- (BOOL)running;
|
|
@end
|