mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:30:37 +00:00
Update docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13335 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f8e8a5814
commit
a7bf31db3f
40 changed files with 3582 additions and 4300 deletions
|
@ -88,12 +88,12 @@
|
|||
return self;
|
||||
}
|
||||
|
||||
- (id) initWithWindow: (NSWindow *)win rect: (NSRect)rect
|
||||
- (id) initWithWindow: (NSWindow *)aWindow rect: (NSRect)aRect
|
||||
{
|
||||
[super init];
|
||||
|
||||
_window = RETAIN(win);
|
||||
_rect = rect;
|
||||
_window = RETAIN(aWindow);
|
||||
_rect = aRect;
|
||||
|
||||
/* Either win or rect must be non-NULL. If rect is empty, we get the
|
||||
frame info from the window. If win is nil we create it from the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue