mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5781 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
69f280c043
commit
15d0a56339
1 changed files with 3 additions and 0 deletions
|
@ -1184,6 +1184,7 @@ static NSImage *classesImage = nil;
|
||||||
[aWindow setFrameTopLeftPoint:
|
[aWindow setFrameTopLeftPoint:
|
||||||
NSMakePoint(220, frame.size.height-100)];
|
NSMakePoint(220, frame.size.height-100)];
|
||||||
[aWindow setTitle: @"My Window"];
|
[aWindow setTitle: @"My Window"];
|
||||||
|
[self setName: @"My Window" forObject: aWindow];
|
||||||
[self attachObject: aWindow toParent: nil];
|
[self attachObject: aWindow toParent: nil];
|
||||||
[self setObject: aWindow isVisibleAtLaunch: YES];
|
[self setObject: aWindow isVisibleAtLaunch: YES];
|
||||||
RELEASE(aWindow);
|
RELEASE(aWindow);
|
||||||
|
@ -1214,6 +1215,7 @@ static NSImage *classesImage = nil;
|
||||||
[aWindow setFrameTopLeftPoint:
|
[aWindow setFrameTopLeftPoint:
|
||||||
NSMakePoint(220, frame.size.height-100)];
|
NSMakePoint(220, frame.size.height-100)];
|
||||||
[aWindow setTitle: @"Inspector Window"];
|
[aWindow setTitle: @"Inspector Window"];
|
||||||
|
[self setName: @"InspectorWin" forObject: aWindow];
|
||||||
[self attachObject: aWindow toParent: nil];
|
[self attachObject: aWindow toParent: nil];
|
||||||
RELEASE(aWindow);
|
RELEASE(aWindow);
|
||||||
}
|
}
|
||||||
|
@ -1230,6 +1232,7 @@ static NSImage *classesImage = nil;
|
||||||
[aWindow setFrameTopLeftPoint:
|
[aWindow setFrameTopLeftPoint:
|
||||||
NSMakePoint(220, frame.size.height-100)];
|
NSMakePoint(220, frame.size.height-100)];
|
||||||
[aWindow setTitle: @"Palette Window"];
|
[aWindow setTitle: @"Palette Window"];
|
||||||
|
[self setName: @"PaletteWin" forObject: aWindow];
|
||||||
[self attachObject: aWindow toParent: nil];
|
[self attachObject: aWindow toParent: nil];
|
||||||
RELEASE(aWindow);
|
RELEASE(aWindow);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue