mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
13 lines
410 B
Objective-C
13 lines
410 B
Objective-C
@interface ProjectLayoutView : NSView
|
|
@property (nonatomic) NSView* tabBarView;
|
|
@property (nonatomic) NSView* documentView;
|
|
@property (nonatomic) NSView* fileBrowserView;
|
|
@property (nonatomic) NSView* htmlOutputView;
|
|
|
|
@property (nonatomic) CGFloat fileBrowserWidth;
|
|
@property (nonatomic) BOOL fileBrowserOnRight;
|
|
|
|
@property (nonatomic) NSSize htmlOutputSize;
|
|
@property (nonatomic) BOOL htmlOutputOnRight;
|
|
@end
|