> > - (void) willRemoveSubview: (id)subview
> > {
> >     [_subviews removeObject:subview];
> > }
> 
> This looks like a bad idea, because NSView methods such as -willXXX or
> -didXXX are all delegate-like methods to be "implemented" in the
> subclass (you don't have to worry about calling 'super').

I think that super must always be called unless the apple doc state that "The 
default implementation does nothing." in the discussion part.
_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to