Christian Becke wrote:
> 
> I think you have to call the constructor of the parent object here:
>       def __init__(self):
>               HBox.__init__(self)
> and you have to make your new widget known:
> import gobject
> gobject.type_register (FooBox)
> 

Thanks Christian, and Jeffrey, that helped.

Jeffrey
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to