source: trunk/Cocoa/Pester/Source/NSTableView-NJRExtensions.h@ 35

Last change on this file since 35 was 34, checked in by Nicholas Riley, 22 years ago

Changes for Pester 1.1d1.

File size: 368 bytes
RevLine 
[26]1//
2// NSTableView-NJRExtensions.h
[34]3// Pester
[26]4//
[34]5// Created by Nicholas Riley on Sun Oct 27 2002.
[26]6// Copyright (c) 2002 Nicholas Riley. All rights reserved.
7//
8
[34]9#import <AppKit/AppKit.h>
[26]10
11
12@interface NSTableView (NJRExtensions)
13
[34]14+ (NSImage *)ascendingSortIndicator;
15+ (NSImage *)descendingSortIndicator;
16
[26]17- (float)cellHeight;
18
[34]19- (NSArray *)selectedRowIndices;
20
[26]21@end
Note: See TracBrowser for help on using the repository browser.