Skip to content

Commit 007de99

Browse files
committed
Copy Yosemite tab style files to "Mojave" files before modifying them
1 parent acb1c07 commit 007de99

2 files changed

Lines changed: 526 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
//
2+
// PSMMojaveTabStyle.h
3+
// PSMTabBarControl
4+
//
5+
// Created by Christoffer Winterkvist on 25/08/14.
6+
//
7+
//
8+
9+
#import <Cocoa/Cocoa.h>
10+
#import "PSMTabStyle.h"
11+
12+
@interface PSMMojaveTabStyle : NSObject <PSMTabStyle> {
13+
NSImage *closeButton;
14+
NSImage *closeButtonDown;
15+
NSImage *closeButtonOver;
16+
NSImage *_addTabButtonImage;
17+
NSImage *_addTabButtonPressedImage;
18+
NSImage *_addTabButtonRolloverImage;
19+
NSMutableParagraphStyle *truncatingTailParagraphStyle;
20+
NSMutableParagraphStyle *centeredParagraphStyle;
21+
}
22+
23+
- (void)drawInteriorWithTabCell:(PSMTabBarCell *)cell inView:(NSView*)controlView;
24+
25+
- (void)encodeWithCoder:(NSCoder *)aCoder;
26+
- (id)initWithCoder:(NSCoder *)aDecoder;
27+
28+
@end

0 commit comments

Comments
 (0)