Moved MacVim project to src/MacVim and removed runtime folder
[MacVim.git] / src / MacVim / PSMTabBarControl / source / PSMTabBarControlInspector.h
blobba5d684b9057e0f30de51029d661c8bac8f8de3c
1 //
2 // PSMTabBarControlInspector.h
3 // PSMTabBarControl
4 //
5 // Created by John Pannell on 12/21/05.
6 // Copyright Positive Spin Media 2005. All rights reserved.
7 //
9 #import <InterfaceBuilder/InterfaceBuilder.h>
11 @interface PSMTabBarControlInspector : IBInspector
13 IBOutlet NSPopUpButton *_stylePopUp;
14 IBOutlet NSButton *_canCloseOnlyTab;
15 IBOutlet NSButton *_hideForSingleTab;
16 IBOutlet NSButton *_showAddTab;
17 IBOutlet NSTextField *_cellMinWidth;
18 IBOutlet NSTextField *_cellMaxWidth;
19 IBOutlet NSTextField *_cellOptimumWidth;
20 IBOutlet NSButton *_sizeToFit;
21 IBOutlet NSButton *_allowsDragBetweenWindows;
23 @end