$image = $mw->Photo(-file => "bigredbutton.gif"); $mw->Button(-text => 'Exit', -command => sub { exit }, -image => $image)->pack;