Lines Matching refs:children
59 - (id)_initWithName:(NSString *)n position:(NSPoint)p rect:(NSRect)r coreFrame:(Frame*)coreFrame children:(NSArray *)c
79 children = [collectChildren copy];
87 NSMutableArray *children = [[NSMutableArray alloc] init];
90 [children addObject:childCopy];
132 coreFrame:frame children:children];
135 [children release];
147 [children release];
152 - (NSArray *)children
154 return children;