A miriad of changes, look at ChangeLogs.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4497 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 1999-06-30 03:10:38 +00:00
parent 1b6925558e
commit 6df630c781
19 changed files with 1658 additions and 561 deletions

View file

@ -41,9 +41,9 @@
return [self initWithFrame: NSZeroRect];
}
- (id) initWithFrame: (NSRect)frame
- (id) initWithFrame: (NSRect)aFrame
{
[super initWithFrame: frame];
[super initWithFrame: aFrame];
// allocate the image cell
[self setCell: [[NSImageCell alloc] init]];