my $gv = $root->Scrolled('GraphViz', -background => '#B0C0FF', -scrollbars=>'se', ) ->pack (-side=>'top',-expand =>1, -fill=>'both'); #### my $canvas = $gv->Subwidget("canvas'); $canvas->bind('', sub { my $w = shift; print $w->Width . " and " . $w->Height . "\n"; &redo_layout(); }; #### $root->bind('', sub { my $w = shift; print $w->Width . " and " . $w->Height . "\n"; &redo_layout(); };