This is MiscCalendarViewInspector.h in view mode; [Download] [Up]
// Copyright (C) 1995 Jon Kutemeier
// Use is governed by the MiscKit license
#import <apps/InterfaceBuilder.h>
@interface MiscCalendarViewInspector : IBInspector <IBInspectors>
{
id calendar;
id titleSwitchesMatrix;
id matrixModeRadioMatrix;
id cellColorRadioMatrix;
id setDateButton;
id matrixCellsColorWell;
}
- init;
- ok:sender;
- revert:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.