source: trunk/Cocoa/Pester/Source/NJRSplitView.h@ 516

Last change on this file since 516 was 102, checked in by Nicholas Riley, 21 years ago

Pester 1.1b3

File size: 336 bytes
RevLine 
[102]1//
2// NJRSplitView.h
3// Pester
4//
5// Created by Nicholas Riley on Thu Feb 20 2003.
6// Copyright (c) 2003 Nicholas Riley. All rights reserved.
7//
8
9#import <AppKit/AppKit.h>
10
11
12@interface NJRSplitView : NSSplitView {
13 float expandedWidth;
14}
15
16- (void)collapseSubview:(NSView *)subview;
17- (void)expandSubview:(NSView *)subview;
18
19@end
Note: See TracBrowser for help on using the repository browser.