ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Palettes/MiscShell/MiscShellInspector.h

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

// Copyright (C) 1995 Steve Hayman
// Use is governed by the MiscKit license

#import <apps/InterfaceBuilder.h>
#import <appkit/appkit.h>



@interface MiscShellInspector : IBInspector
{
    id text;
    id scrollView;
    
    id scriptBox;
    id optionsBox;
    id swapBox;
    id delimiters;
    
    id tableSort;
    
    id runToCompletionCheck;
    id customDelimiters;
}

- init;
- swapView:sender;
- revert:sender;
- ok:sender;
- (BOOL)wantsButtons;

@end

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