This is MiscTabActionCellInspector.h in view mode; [Download] [Up]
/*
** MiscSwitchViewInspector.h
** Copyright (C) 1995 David Slotnick
*/
// NeXT Headers
// System Headers
// ThirdParty Headers
// Other Headers
// Superclass Headers
#import <InterfaceBuilder/IBInspector.h>
// Forward Class Declarations
@class NSColorWell;
@class MiscTabActionCell;
@interface MiscTabActionCellInspector:IBInspector
{
#ifdef IB_OUTLETS
id colorWell; /*" Bogus outlet for IB. "*/
#endif
//@private
NSColorWell *_colorWell;
}
/*" Accessor methods "*/
- (void)setColorWell:(NSColorWell *)colorWell;
- (NSColorWell *)colorWell;
/*" Initialization / deallocation "*/
- (id) init;
- (void) dealloc;
/*" IBInspector methods "*/
- (void)ok:(id)sender;
- (void) revert:(id)sender;
- (BOOL) wantsButtons;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.