source:
trunk/Cocoa/Pester/Source/NJRScrollView.h@
312
Last change on this file since 312 was 28, checked in by , 22 years ago | |
---|---|
File size: 285 bytes |
Rev | Line | |
---|---|---|
[28] | 1 | // |
2 | // NJRScrollView.h | |
3 | // HostLauncher | |
4 | // | |
5 | // Created by nicholas on Tue Oct 30 2001. | |
6 | // Copyright (c) 2001 Nicholas Riley. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <AppKit/AppKit.h> | |
10 | ||
11 | ||
12 | @interface NJRScrollView : NSScrollView { | |
13 | BOOL shouldDrawFocusRing; | |
14 | NSResponder *lastResp; | |
15 | } | |
16 | ||
17 | @end |
Note:
See TracBrowser
for help on using the repository browser.