Added performKeyEquivalent

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5033 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-18 22:56:19 +00:00
parent dbceb8126d
commit ff6080939b

View file

@ -898,4 +898,10 @@ cell do the following */
{
[self trackWithEvent: theEvent];
}
-(void) performKeyEquivalent: (NSEvent *)theEvent
{
return [menuv_menu performKeyEquivalent: theEvent];
}
@end