mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:20:38 +00:00
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:
parent
1b6925558e
commit
6df630c781
19 changed files with 1658 additions and 561 deletions
|
@ -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]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue