mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Add implementation of new methods
This commit is contained in:
parent
f8e99166e2
commit
fc56a78840
1 changed files with 1 additions and 5 deletions
|
@ -245,10 +245,6 @@
|
|||
self = [super init];
|
||||
if (self != nil)
|
||||
{
|
||||
if ([coder containsValueForKey: @"NSItemSize"])
|
||||
{
|
||||
[coder decodeSizeForKey: @"NSItemSize"];
|
||||
}
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
@ -260,7 +256,7 @@
|
|||
// Methods to override for specific layouts...
|
||||
- (void) prepareLayout
|
||||
{
|
||||
// abstract method implements nothing...
|
||||
_valid = YES;
|
||||
}
|
||||
|
||||
- (NSArray *) layoutAttributesForElementsInRect: (NSRect)rect
|
||||
|
|
Loading…
Reference in a new issue