Add implementation of new methods

This commit is contained in:
Gregory John Casamento 2022-03-18 14:01:11 -04:00
parent f8e99166e2
commit fc56a78840

View file

@ -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