Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / auto / Tk / Scale / Leave.al
# NOTE: Derived from ../blib/lib/Tk/Scale.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Tk::Scale;
#line 111 "../blib/lib/Tk/Scale.pm (autosplit into ../blib/lib/auto/Tk/Scale/Leave.al)"
sub Leave
{
my ($w) = @_;
$w->configure('-activebackground',$w->{'activeBg'}) if ($Tk::strictMotif);
$w->configure('-state','normal') if ($w->cget('-state') eq 'active');
}
# end of Tk::Scale::Leave
1;