ftp.nice.ch/pub/next/developer/languages/cows/COWS.1.4.s.tar.gz#/COWS/Palettes/COWS_IBConnectors/COWS_IBConnectors.m

This is COWS_IBConnectors.m in view mode; [Download] [Up]


#import "COWS_IBConnectors.h"


@implementation  COWS_IBConnectors

- finishInstantiate 
{
    [self associateObject:IBSplitter 
        type:IBObjectPboardType with:IBSplitterButton];
    [self associateObject:IBRadio 
        type:IBObjectPboardType with:IBRadioButton];
    [self associateObject:IBControlInterface 
        type:IBObjectPboardType with:IBControlInterfaceButton];
   return self;
}

@end

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