Ignore:
Timestamp:
10/29/02 22:20:58 (22 years ago)
Author:
Nicholas Riley
Message:

Changes for Pester 1.1d1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/NSTableView-NJRExtensions.h

    r26 r34  
    11//
    22//  NSTableView-NJRExtensions.h
    3 //  HostLauncher
     3//  Pester
    44//
    5 //  Created by Nicholas Riley on Mon Apr 22 2002.
     5//  Created by Nicholas Riley on Sun Oct 27 2002.
    66//  Copyright (c) 2002 Nicholas Riley. All rights reserved.
    77//
    88
    9 #import <Cocoa/Cocoa.h>
     9#import <AppKit/AppKit.h>
    1010
    1111
    1212@interface NSTableView (NJRExtensions)
    1313
     14+ (NSImage *)ascendingSortIndicator;
     15+ (NSImage *)descendingSortIndicator;
     16
    1417- (float)cellHeight;
    1518
     19- (NSArray *)selectedRowIndices;
     20
    1621@end
Note: See TracChangeset for help on using the changeset viewer.