summaryrefslogtreecommitdiff
path: root/tikzit/Frameworks/SFBInspectors.framework/Versions/A/Headers/SFBViewSelector.h
blob: 864591404c61d42430395ecd43bae1843829238f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 *  Copyright (C) 2009 Stephen F. Booth <me@sbooth.org>
 *  All Rights Reserved
 */

#import <Cocoa/Cocoa.h>

#define VIEW_SELECTOR_BAR_HEIGHT 25

@class SFBViewSelectorBar;

@interface SFBViewSelector : NSView
{
@private
	NSSize _initialWindowSize;
	SFBViewSelectorBar *_selectorBar;
	NSView *_bodyView;
}

- (SFBViewSelectorBar *) selectorBar;

@end