[Python-Dev] Re: [pygtk] a bit confused about the new type/class stuff

Skip Montanaro skip@pobox.com (Skip Montanaro)
Wed, 3 Oct 2001 15:05:32 -0500


    ...
    Skip> (It's a bunch of wrappers around Gtk widgets.  The wrappers happen
    Skip> to use delegation instead of instantiation, so my Button class is
    Skip> not subclassed from gtk.Button.  In particular, it's *not* one of
    Skip> the new subclassable types.)

God, I was up way too late last night.  Make that "delegation instead of
inheritance". 

still-stumped-in-evanston-ly, y'rs,

Skip