Re: [Pyobjc-dev] Mixin classes
Brought to you by:
ronaldoussoren
From: Greg E. <gre...@ca...> - 2009-05-10 01:14:40
|
Johan Rydberg wrote: > I suspect that this comes from the fact the the first class must > be the Objective-C class. > > With that constrain, a mixin class wouldn't be able to override > methods of the first class. Yes, I think that's the reason I did it the way I did. A better idea might be to search the base classes for one that derives from NSObject and use that as the "main" class, then merge from right to left. -- Greg |