ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Examples/receiptfilter/PanelView.h

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

// Copyright 1995 Paul Cardon.
// Use is governed by the MiscKit license

#import <appkit/appkit.h>

@interface PanelView:View
{
	BOOL remember;
	BOOL choice;
}

- initFrame:(const NXRect *) aRect memory:(BOOL) flag;
- rememberToggle;
- buttonPress:sender;
- (BOOL) remember;
- (BOOL) choice;

@end

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