diff options
| author | jnj <jnj@57e2f9b5-c12c-0410-8e95-a1ee7272c91a> | 2008-11-13 18:59:12 +0000 |
|---|---|---|
| committer | jnj <jnj@57e2f9b5-c12c-0410-8e95-a1ee7272c91a> | 2008-11-13 18:59:12 +0000 |
| commit | ba310e8b58d686ee9897b26a7edab5b778a8d96f (patch) | |
| tree | f7b5feaf4151d88b2283ed657133737b378f7eba /QSFoundation.framework/Versions/A/PrivateHeaders/NSTableView_BLTRExtensions.h | |
Add remaining plugins
git-svn-id: https://blacktree-elements-public.googlecode.com/svn/trunk@41 57e2f9b5-c12c-0410-8e95-a1ee7272c91a
Diffstat (limited to 'QSFoundation.framework/Versions/A/PrivateHeaders/NSTableView_BLTRExtensions.h')
| -rw-r--r-- | QSFoundation.framework/Versions/A/PrivateHeaders/NSTableView_BLTRExtensions.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/QSFoundation.framework/Versions/A/PrivateHeaders/NSTableView_BLTRExtensions.h b/QSFoundation.framework/Versions/A/PrivateHeaders/NSTableView_BLTRExtensions.h new file mode 100644 index 0000000..d12de42 --- /dev/null +++ b/QSFoundation.framework/Versions/A/PrivateHeaders/NSTableView_BLTRExtensions.h @@ -0,0 +1,16 @@ +// +// NSArray_Extensions.h +// Quicksilver +// +// Created by Alcor on Fri Apr 04 2003. +// Copyright (c) 2003 Blacktree, Inc. All rights reserved. +// + +#import <Foundation/Foundation.h> + +@interface NSTableView (Fancification) +//-(void)set; + +//- (void)centerRowInView:(int)rowIndex; +- (void)highlightSelectionInClipRect:(NSRect)rect withGradientColor:(NSColor *)color; +@end |