Files
textmate/Frameworks/DocumentWindow/src/ProjectLayoutView.h
2013-01-03 05:45:49 +01:00

13 lines
474 B
Objective-C

@interface ProjectLayoutView : NSView
@property (nonatomic, retain) NSView* tabBarView;
@property (nonatomic, retain) NSView* documentView;
@property (nonatomic, retain) NSView* fileBrowserView;
@property (nonatomic, retain) NSView* htmlOutputView;
@property (nonatomic, assign) CGFloat fileBrowserWidth;
@property (nonatomic, assign) BOOL fileBrowserOnRight;
@property (nonatomic, assign) NSSize htmlOutputSize;
@property (nonatomic, assign) BOOL htmlOutputOnRight;
@end