mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Use synthesized instance variables
This commit is contained in:
@@ -1,19 +1,4 @@
|
||||
@interface ProjectLayoutView : NSView
|
||||
{
|
||||
NSView* tabBarView;
|
||||
NSView* documentView;
|
||||
NSView* fileBrowserView;
|
||||
NSView* htmlOutputView;
|
||||
|
||||
CGFloat fileBrowserWidth;
|
||||
BOOL fileBrowserOnRight;
|
||||
|
||||
CGFloat htmlOutputHeight;
|
||||
BOOL htmlOutputOnRight;
|
||||
|
||||
NSLayoutConstraint* fileBrowserWidthConstraint;
|
||||
NSLayoutConstraint* htmlOutputHeightConstraint;
|
||||
}
|
||||
@property (nonatomic, retain) NSView* tabBarView;
|
||||
@property (nonatomic, retain) NSView* documentView;
|
||||
@property (nonatomic, retain) NSView* fileBrowserView;
|
||||
|
||||
Reference in New Issue
Block a user