ftp.nice.ch/pub/next/developer/resources/palettes/Calendar.1.0.N.bs.tar.gz#/Calendar/CalendarInspector.h

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

//----------------------------------------------------------------------------------------------------
//
//	CalendarInspector
//
//	Inherits From:		IBInspector
//
//	Declared In:		CalendarInspector.h
//
//	Class Description
//
//		Manages custom IB attributes inspection for the Calendar class.
//
//
//	Disclaimer
//
//		You may freely copy, distribute and reuse this software and its
//		associated documentation. I disclaim any warranty of any kind, 
//		expressed or implied, as to its fitness for any particular use.
//
//----------------------------------------------------------------------------------------------------
#import <appkit/appkit.h>
#import <apps/InterfaceBuilder.h>


@interface CalendarInspector:IBInspector
{
	id	calendar;
	id	disableButton;
}


@end

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