class bb {# inherit aa inherit itk::Widget constructor { args } { puts $itk_component(hull) }}
class cc { inherit bb constructor { args } { eval bb::constructor $args } { puts $itk_component(hull) }}
cc .c abt acd ad