We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb1c07 commit 007de99Copy full SHA for 007de99
2 files changed
src/MacVim/PSMTabBarControl/source/PSMMojaveTabStyle.h
@@ -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