# This hack is to prevent the ugliness of the arrow being depressed. # sub ButtonHack { my ($w) = @_; my $b = $w->Subwidget('arrow'); if ($w->{'buttonHack'}) { $b->butUp; } }