This is SqCmdKeyWindow.m in view mode; [Download] [Up]
/******************************************************************************
FILE
    SqCmdKeyWindow.m
DESCRIPTION
	NeXTstep user Interface for Squeak.
	This class reifies Squeak options/preferences.
	This kind of window passes on commandKey: events down 
	to their views.
AUTHOR
	<PJB> Pascal J. Bourguignon
MODIFICATIONS
	1998/09/29 <PJB> Creation.
LEGAL
	Copyright Pascal J. Bourguignon 1998 - 1998
	This program is free software; you can redistribute it and/or
	modify it under the terms of the version 2 of the GNU General Public 
	License as published by the Free Software Foundation.
	
	This program is distributed in the hope that it will be useful, but 
	WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
	or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
	hereafter for more details.
******************************************************************************/
#import "SqCmdKeyWindow.h"
@implementation SqCmdKeyWindow
// Window methods:
	-(BOOL)commandKey:(NXEvent*)theEvent
	{
		return([contentView performKeyEquivalent:theEvent]);
	}//commandKey:;
	
	
@end // SqCmdKeyWindow.
/*** SqCmdKeyWindow.m / Tue Sep 29 02:46:19 GMT+0200 1998 / PJB ***/
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.