Your IP : 216.73.216.74


Current Path : /usr/lib64/perl5/vendor_perl/auto/Tk/Scrollbar/
Upload File :
Current File : //usr/lib64/perl5/vendor_perl/auto/Tk/Scrollbar/Leave.al

# NOTE: Derived from ../blib/lib/Tk/Scrollbar.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Tk::Scrollbar;

#line 99 "../blib/lib/Tk/Scrollbar.pm (autosplit into ../blib/lib/auto/Tk/Scrollbar/Leave.al)"
sub Leave
{
 my $w = shift;
 if ($Tk::strictMotif)
  {
   $w->configure('-activebackground' => $activeBg) if (defined $activeBg) ;
  }
 $w->activate('');
}

# end of Tk::Scrollbar::Leave
1;