Deriving from a Gtkmm widget



I want to derive from a Gtk::HBox , the new widget can contain widgets
that are themselves containers.  What methods should(have to)
override?

on_add() ?
on_remove()?
child_type_vfunc() ?
forall_vfunc() ?

can I just use the container add() and will the other sub-containers
get notified of events?

Thanks,
Brian



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]