home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _83204f637828ee8f213339a49001b954 < prev    next >
Encoding:
Text File  |  2004-06-01  |  559 b   |  22 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 86 "..\blib\lib\Tk\Scrollbar.pm (autosplit into ..\blib\lib\auto\Tk\Scrollbar\Enter.al)"
  7. sub Enter
  8. {
  9.  my $w = shift;
  10.  my $e = $w->XEvent;
  11.  if ($Tk::strictMotif)
  12.   {
  13.    my $bg = $w->cget('-background');
  14.    $activeBg = $w->cget('-activebackground');
  15.    $w->configure('-activebackground' => $bg);
  16.   }
  17.  $w->activate($w->identify($e->x,$e->y));
  18. }
  19.  
  20. # end of Tk::Scrollbar::Enter
  21. 1;
  22.