. . $gv = $frame->Scrolled( 'GraphViz', -width=>600, -height=>600, -scrollbars => 'sw', -background => 'lightblue', )->pack(qw/-expand 1 -fill both -padx 10 -pady 5/); my $img = $poe_main_window->Photo( -file => './test.png'); $gv->createImage(0,0,-image=>$img,-anchor=>'nw', -tags=>['img'],);