ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.m.NIS.b.tgz#/MiscKit.2.0.5.m.NIS.b/MiscAppKit.framework/Versions/A/Headers/MiscZoomScrollView.h

This is MiscZoomScrollView.h in view mode; [Download] [Up]

/*	MiscZoomScrollView.h

	Copyright 1996 Uwe Hoffmann.

	This notice may not be removed from this source code.
	The use and distribution of this software is governed by the
	terms of the MiscKit license agreement.  Refer to the license
	document included with the MiscKit distribution for the terms.

	Version 2 (August 1996)
*/

#import <AppKit/NSScrollView.h>
#import <AppKit/NSPopUpButton.h>

@interface MiscZoomScrollView: NSScrollView
{
	id zoomButton;
        id zoomText;
        id zoomPanel;
}

- (void)zoom:sender;
- (NSPopUpButton *)zoomButton;
- (void)stopZoomPanel:(id)sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.