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