mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:20:38 +00:00
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:
parent
f5813d015b
commit
d4848b7da2
6 changed files with 65 additions and 9 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue