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 / Scrollbar / Leave.al
CommitLineData
86530b38
AT
1# NOTE: Derived from ../blib/lib/Tk/Scrollbar.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package Tk::Scrollbar;
5
6#line 89 "../blib/lib/Tk/Scrollbar.pm (autosplit into ../blib/lib/auto/Tk/Scrollbar/Leave.al)"
7sub Leave
8{
9 my $w = shift;
10 if ($Tk::strictMotif)
11 {
12 $w->configure('-activebackground' => $activeBg) if (defined $activeBg) ;
13 }
14 $w->activate('');
15}
16
17# end of Tk::Scrollbar::Leave
181;