This is InspectorDelegate.m in view mode; [Download] [Up]
/************************************************** * SynthBuilder * Copyright 1993 Nick Porcaro All Rights Reserved **************************************************/ #import "InspectorDelegate.h" #import "FakeUG.h" @implementation InspectorDelegate - windowWillClose:sender { [theOwner inspectorClosed]; return self; } - windowDidBecomeKey:sender { [theOwner highlightSelf]; return self; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.