// // PSMAquaTabStyle.h // PSMTabBarControl // // Created by John Pannell on 2/17/06. // Copyright 2006 Positive Spin Media. All rights reserved. // #import #import "PSMTabStyle.h" @interface PSMAquaTabStyle : NSObject { NSImage *aquaTabBg; NSImage *aquaTabBgDown; NSImage *aquaTabBgDownGraphite; NSImage *aquaTabBgDownNonKey; NSImage *aquaDividerDown; NSImage *aquaDivider; NSImage *aquaCloseButton; NSImage *aquaCloseButtonDown; NSImage *aquaCloseButtonOver; NSImage *aquaCloseDirtyButton; NSImage *aquaCloseDirtyButtonDown; NSImage *aquaCloseDirtyButtonOver; NSImage *_addTabButtonImage; NSImage *_addTabButtonPressedImage; NSImage *_addTabButtonRolloverImage; NSDictionary *_objectCountStringAttributes; PSMTabBarControl *tabBar; } - (void)loadImages; - (void)drawInteriorWithTabCell:(PSMTabBarCell *)cell inView:(NSView*)controlView; - (void)encodeWithCoder:(NSCoder *)aCoder; - (id)initWithCoder:(NSCoder *)aDecoder; @end