source:
trunk/Cocoa/Pester/Source/NJRSplitView.h@
312
Last change on this file since 312 was 102, checked in by , 22 years ago | |
---|---|
File size: 336 bytes |
Line | |
---|---|
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.