Implement methods for resizing subviews.

Some minor bug fixes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@1637 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gnustep 1996-06-21 15:08:08 +00:00
parent f5813d015b
commit d4848b7da2
6 changed files with 65 additions and 9 deletions

View file

@ -1270,6 +1270,8 @@ pasteboard:(NSPasteboard *)pboard
[aDecoder decodeValueOfObjCType:@encode(BOOL) at: &menu_exclude];
// Register ourselves with the Application object
// +++ we shouldn't do this because coding may not be done?
// better to do it in the awakeFromCoder method
theApp = [NSApplication sharedApplication];
[theApp addWindowsItem:self title:nil filename:NO];
NSLog(@"NSWindow: finish decoding\n");