home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _7da7e3f9e8f3641ba1881275e0318fa9 < prev    next >
Encoding:
Text File  |  2004-06-01  |  459 b   |  19 lines

  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.
  4. package Tk::Scrollbar;
  5.  
  6. #line 99 "..\blib\lib\Tk\Scrollbar.pm (autosplit into ..\blib\lib\auto\Tk\Scrollbar\Leave.al)"
  7. sub 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
  18. 1;
  19.