Merge commit 'svn-macvim'
[MacVim.git] / PSMTabBarControl / source / PSMOverflowPopUpButton.h
blob1ee16bdcb25984d7633f4dbbe2fae5d859a5ad89
1 //
2 // PSMOverflowPopUpButton.h
3 // PSMTabBarControl
4 //
5 // Created by John Pannell on 11/4/05.
6 // Copyright 2005 Positive Spin Media. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
12 @interface PSMOverflowPopUpButton : NSPopUpButton {
13 NSImage *_PSMTabBarOverflowPopUpImage;
14 NSImage *_PSMTabBarOverflowDownPopUpImage;
15 BOOL _down;
18 // archiving
19 - (void)encodeWithCoder:(NSCoder *)aCoder;
20 - (id)initWithCoder:(NSCoder *)aDecoder;
21 @end