mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:20:37 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4341 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b43335e2e9
commit
8fe2c79614
3 changed files with 18 additions and 0 deletions
|
@ -984,6 +984,13 @@ static Class responderClass;
|
|||
[self close];
|
||||
}
|
||||
|
||||
- (BOOL) performKeyEquivalent: (NSEvent*)theEvent
|
||||
{
|
||||
if (content_view)
|
||||
return [content_view performKeyEquivalent: theEvent];
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (void) performMiniaturize: (id)sender
|
||||
{
|
||||
is_miniaturized = YES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue