This is STDocumentWindow.m in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "STDocumentWindow.h"
@implementation STDocumentWindow
- miniaturize:sender
{ /* it is necessary to override this method because
the window by default does not send 'updateWindows'
message
*/
[super miniaturize:sender];
[NXApp perform:@selector(updateWindows) with:nil
afterDelay:1 cancelPrevious:YES];
return self;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.