#Bei MausUP Buttons normal zeichnen sub buttons_up { my ($self, $container) = @_; for(@{$container->{BUTTS}}) {$_->{PRESSED} = 0; $_->draw($_->{IMG});} } Aufruf: $GFXButton->buttons_up($container);