mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 09:30:57 +00:00
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:
parent
b2c4f49fc3
commit
f45fbec703
1 changed files with 6 additions and 0 deletions
|
@ -898,4 +898,10 @@ cell do the following */
|
||||||
{
|
{
|
||||||
[self trackWithEvent: theEvent];
|
[self trackWithEvent: theEvent];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-(void) performKeyEquivalent: (NSEvent *)theEvent
|
||||||
|
{
|
||||||
|
return [menuv_menu performKeyEquivalent: theEvent];
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue