Re: Properties not inherited

Dustin Norlander <[email protected]> Sat, 5 Mar 2005 12:56:27 -0500
Newsgroups gmane.comp.graphics.y.devel
Message-ID <[email protected]>
> > Seems
> > like the problem might be that the class constructors for the super
> > classes not being called.
> 
> That doesn't make any sense at all. This is not C++.
> 

Umm, yeah..  I was actually talking about the functions in the .yc
files where the properties are intitialized, ie:

static void _Y__Widget__class_constructor(void)

Regardless, I was totally wrong about what was going on..  I studied
the code a little closer and implemented a solution myself.  I'll post
a patch if anyone cares.

thanks,
Dustin