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