mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
Initial commit
This commit is contained in:
14
Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.h
Normal file
14
Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#import <HTMLOutput/HTMLOutput.h>
|
||||
#import <command/runner.h>
|
||||
#import <oak/debug.h>
|
||||
|
||||
@interface HTMLOutputWindowController : NSObject <NSWindowDelegate>
|
||||
{
|
||||
OBJC_WATCH_LEAKS(HTMLOutputWindowController);
|
||||
|
||||
NSWindow* window;
|
||||
OakHTMLOutputView* htmlOutputView;
|
||||
command::runner_ptr runner;
|
||||
}
|
||||
+ (HTMLOutputWindowController*)HTMLOutputWindowWithRunner:(command::runner_ptr const&)aRunner;
|
||||
@end
|
||||
Reference in New Issue
Block a user