aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/BWToolkitFramework.framework/NSTokenAttachmentCell.h
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2009-12-20 01:19:52 +0000
committeravenjamin <avenjamin@gmail.com>2009-12-20 01:19:52 +0000
commitea1b48967ce34718d2645c4a30fab6b67e66f9fa (patch)
treea51ebe2f74a0c8e6c89f085df4240336c98aedf7 /Frameworks/BWToolkitFramework.framework/NSTokenAttachmentCell.h
parentc25a2f4561a4cde2d2d9a431cd941704d79bb428 (diff)
downloadsequelpro-ea1b48967ce34718d2645c4a30fab6b67e66f9fa.tar.gz
sequelpro-ea1b48967ce34718d2645c4a30fab6b67e66f9fa.tar.bz2
sequelpro-ea1b48967ce34718d2645c4a30fab6b67e66f9fa.zip
- Updating Growl to 1.2
- Updating BWToolkit to 1.2.2 - Changed BWToolkit from building it ourselves to just include the latest release of the framework - Changed build settings to build 32 and 64 universal binaries - Changed compiler to Clang
Diffstat (limited to 'Frameworks/BWToolkitFramework.framework/NSTokenAttachmentCell.h')
-rw-r--r--Frameworks/BWToolkitFramework.framework/NSTokenAttachmentCell.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/Frameworks/BWToolkitFramework.framework/NSTokenAttachmentCell.h b/Frameworks/BWToolkitFramework.framework/NSTokenAttachmentCell.h
deleted file mode 100644
index 0f564f66..00000000
--- a/Frameworks/BWToolkitFramework.framework/NSTokenAttachmentCell.h
+++ /dev/null
@@ -1,52 +0,0 @@
-/*
- * Generated by class-dump 3.1.2.
- *
- * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
- */
-
-#import <Cocoa/Cocoa.h>
-
-@interface NSTokenAttachmentCell : NSTextAttachmentCell
-{
- id _representedObject;
- id _textColor;
- id _reserved;
- struct {
- unsigned int _selected:1;
- unsigned int _edgeStyle:2;
- unsigned int _reserved:29;
- } _tacFlags;
-}
-
-+ (void)initialize;
-- (id)initTextCell:(id)fp8;
-- (id)init;
-- (void)dealloc;
-- (id)representedObject;
-- (void)setRepresentedObject:(id)fp8;
-- (int)interiorBackgroundStyle;
-- (BOOL)_hasMenu;
-- (id)tokenForegroundColor;
-- (id)tokenBackgroundColor;
-- (id)textColor;
-- (void)setTextColor:(id)fp8;
-- (id)pullDownImage;
-- (id)menu;
-- (NSSize)cellSizeForBounds:(NSRect)fp8;
-- (NSSize)cellSize;
-- (NSRect)drawingRectForBounds:(NSRect)fp8;
-- (NSRect)titleRectForBounds:(NSRect)fp8;
-- (NSRect)cellFrameForTextContainer:(id)fp8 proposedLineFragment:(NSRect)fp12 glyphPosition:(NSPoint)fp28 characterIndex:(unsigned int)fp36;
-- (NSPoint)cellBaselineOffset;
-- (NSRect)pullDownRectForBounds:(NSRect)fp8;
-- (void)drawTokenWithFrame:(NSRect)fp8 inView:(id)fp24;
-- (void)drawInteriorWithFrame:(NSRect)fp8 inView:(id)fp24;
-- (void)drawWithFrame:(NSRect)fp8 inView:(id)fp24;
-- (void)drawWithFrame:(NSRect)fp8 inView:(id)fp24 characterIndex:(unsigned int)fp28 layoutManager:(id)fp32;
-- (void)encodeWithCoder:(id)fp8;
-- (id)initWithCoder:(id)fp8;
-- (BOOL)wantsToTrackMouseForEvent:(id)fp8 inRect:(NSRect)fp12 ofView:(id)fp28 atCharacterIndex:(unsigned int)fp32;
-- (BOOL)trackMouse:(id)fp8 inRect:(NSRect)fp12 ofView:(id)fp28 atCharacterIndex:(unsigned int)fp32 untilMouseUp:(BOOL)fp36;
-
-@end
-