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 / Enter.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 118 "../blib/lib/Tk/Scale.pm (autosplit into ../blib/lib/auto/Tk/Scale/Enter.al)"
sub Enter
{
my ($w,$x,$y) = @_;
if ($Tk::strictMotif)
{
$w->{'activeBg'} = $w->cget('-activebackground');
$w->configure('-activebackground',$w->cget('-background'));
}
$w->Activate($x,$y);
}
# end of Tk::Scale::Enter
1;