diff --git a/BGHUDAppKit.xcodeproj/project.pbxproj b/BGHUDAppKit.xcodeproj/project.pbxproj index f5ce5d1..de8f4de 100755 --- a/BGHUDAppKit.xcodeproj/project.pbxproj +++ b/BGHUDAppKit.xcodeproj/project.pbxproj @@ -26,6 +26,8 @@ E71317E30E10667D00885A23 /* BGTheme.m in Sources */ = {isa = PBXBuildFile; fileRef = E71317DA0E10667D00885A23 /* BGTheme.m */; }; E71317E40E10667D00885A23 /* BGThemeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E71317DB0E10667D00885A23 /* BGThemeManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; E71317E50E10667D00885A23 /* BGThemeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E71317DC0E10667D00885A23 /* BGThemeManager.m */; }; + E758DF8F13F1EEF7006B3549 /* BGHUDCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = E758DF8D13F1EEF7006B3549 /* BGHUDCommon.h */; }; + E758DF9013F1EEF7006B3549 /* BGHUDCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = E758DF8E13F1EEF7006B3549 /* BGHUDCommon.m */; }; E7631D760E4DE6940092074F /* BGHUDColorWell.h in Headers */ = {isa = PBXBuildFile; fileRef = E7631D740E4DE6940092074F /* BGHUDColorWell.h */; settings = {ATTRIBUTES = (Public, ); }; }; E7631D770E4DE6940092074F /* BGHUDColorWell.m in Sources */ = {isa = PBXBuildFile; fileRef = E7631D750E4DE6940092074F /* BGHUDColorWell.m */; }; E7649D0E0E1AC55B001F7E20 /* BGHUDSegmentedCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E7649D0C0E1AC55B001F7E20 /* BGHUDSegmentedCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -109,6 +111,8 @@ E71317DA0E10667D00885A23 /* BGTheme.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BGTheme.m; path = Framework/BGTheme.m; sourceTree = ""; }; E71317DB0E10667D00885A23 /* BGThemeManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BGThemeManager.h; path = Framework/BGThemeManager.h; sourceTree = ""; }; E71317DC0E10667D00885A23 /* BGThemeManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BGThemeManager.m; path = Framework/BGThemeManager.m; sourceTree = ""; }; + E758DF8D13F1EEF7006B3549 /* BGHUDCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BGHUDCommon.h; path = Framework/BGHUDCommon.h; sourceTree = ""; }; + E758DF8E13F1EEF7006B3549 /* BGHUDCommon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BGHUDCommon.m; path = Framework/BGHUDCommon.m; sourceTree = ""; }; E7631D740E4DE6940092074F /* BGHUDColorWell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BGHUDColorWell.h; path = Framework/BGHUDColorWell.h; sourceTree = ""; }; E7631D750E4DE6940092074F /* BGHUDColorWell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BGHUDColorWell.m; path = Framework/BGHUDColorWell.m; sourceTree = ""; }; E7649D0C0E1AC55B001F7E20 /* BGHUDSegmentedCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BGHUDSegmentedCell.h; path = Framework/BGHUDSegmentedCell.h; sourceTree = ""; }; @@ -249,6 +253,8 @@ E79C25CD0E109B9200742AF4 /* BGHUDTextFieldCell */, E7981EC90E12D3070081E937 /* BGHUDTokenFieldCell */, E7C104940E8C476D00A96E1A /* BGHUDGeometry.h */, + E758DF8D13F1EEF7006B3549 /* BGHUDCommon.h */, + E758DF8E13F1EEF7006B3549 /* BGHUDCommon.m */, ); name = Framework; sourceTree = ""; @@ -517,6 +523,7 @@ E782C7600F8A25F8002657B1 /* BGHUDStepperCell.h in Headers */, E70CA2BD0FB6F89D0073E3DF /* BGHUDTabViewItem.h in Headers */, E70CA2C20FB6FFBB0073E3DF /* BGHUDTabView.h in Headers */, + E758DF8F13F1EEF7006B3549 /* BGHUDCommon.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -612,6 +619,7 @@ E782C7610F8A25F8002657B1 /* BGHUDStepperCell.m in Sources */, E70CA2BE0FB6F89D0073E3DF /* BGHUDTabViewItem.m in Sources */, E70CA2C30FB6FFBB0073E3DF /* BGHUDTabView.m in Sources */, + E758DF9013F1EEF7006B3549 /* BGHUDCommon.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Framework/BGHUDCommon.h b/Framework/BGHUDCommon.h new file mode 100644 index 0000000..52dcfec --- /dev/null +++ b/Framework/BGHUDCommon.h @@ -0,0 +1,13 @@ +// +// BGHUDCommon.h +// BGHUDAppKit +// +// Created by binarygod on 8/9/11. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import + +@interface BGHUDCommon : NSObject + +@end diff --git a/Framework/BGHUDCommon.m b/Framework/BGHUDCommon.m new file mode 100644 index 0000000..eaf94d9 --- /dev/null +++ b/Framework/BGHUDCommon.m @@ -0,0 +1,23 @@ +// +// BGHUDCommon.m +// BGHUDAppKit +// +// Created by binarygod on 8/9/11. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import "BGHUDCommon.h" + +@implementation BGHUDCommon + +- (id)init +{ + self = [super init]; + if (self) { + // Initialization code here. + } + + return self; +} + +@end diff --git a/Framework/BGHUDTabView.m b/Framework/BGHUDTabView.m index 449204d..cf11b10 100644 --- a/Framework/BGHUDTabView.m +++ b/Framework/BGHUDTabView.m @@ -356,10 +356,6 @@ - (BOOL)_allowAnimation { return NO; } -- (void)_getThemeImageTabBarRect:(NSRect *)arg1 backgroundRect:(NSRect *)arg2 fillBackgroundRect:(NSRect *)arg3 { - -} - -(void)dealloc { [themeKey release];