git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5781 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-01-14 17:26:25 +00:00
parent 69f280c043
commit 15d0a56339

View file

@ -1184,6 +1184,7 @@ static NSImage *classesImage = nil;
[aWindow setFrameTopLeftPoint:
NSMakePoint(220, frame.size.height-100)];
[aWindow setTitle: @"My Window"];
[self setName: @"My Window" forObject: aWindow];
[self attachObject: aWindow toParent: nil];
[self setObject: aWindow isVisibleAtLaunch: YES];
RELEASE(aWindow);
@ -1214,6 +1215,7 @@ static NSImage *classesImage = nil;
[aWindow setFrameTopLeftPoint:
NSMakePoint(220, frame.size.height-100)];
[aWindow setTitle: @"Inspector Window"];
[self setName: @"InspectorWin" forObject: aWindow];
[self attachObject: aWindow toParent: nil];
RELEASE(aWindow);
}
@ -1230,6 +1232,7 @@ static NSImage *classesImage = nil;
[aWindow setFrameTopLeftPoint:
NSMakePoint(220, frame.size.height-100)];
[aWindow setTitle: @"Palette Window"];
[self setName: @"PaletteWin" forObject: aWindow];
[self attachObject: aWindow toParent: nil];
RELEASE(aWindow);
}