Many updates to fix problems with menus etc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3500 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-12-22 12:34:03 +00:00
parent 9b5c4cc695
commit 07295c17fe
7 changed files with 70 additions and 56 deletions

View file

@ -98,6 +98,11 @@
return self;
}
- (BOOL) canBecomeKeyWindow
{
return NO;
}
//
// If we receive an escape, close.
//