mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Initial commit
This commit is contained in:
14
Frameworks/HTMLOutput/src/OakHTMLOutputView.h
Normal file
14
Frameworks/HTMLOutput/src/OakHTMLOutputView.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#import <oak/debug.h>
|
||||
#import "browser/HOBrowserView.h"
|
||||
|
||||
@class HOAutoScroll;
|
||||
|
||||
@interface OakHTMLOutputView : HOBrowserView
|
||||
{
|
||||
HOAutoScroll* autoScrollHelper;
|
||||
std::map<std::string, std::string> environment;
|
||||
BOOL runningCommand;
|
||||
}
|
||||
@property (nonatomic, readonly) BOOL runningCommand;
|
||||
@property (nonatomic, readonly) WebView* webView;
|
||||
@end
|
||||
Reference in New Issue
Block a user