home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _edd38dcf74029d3ba77d4325a597154f < prev    next >
Encoding:
Text File  |  2004-04-13  |  489 b   |  20 lines

  1. # NOTE: Derived from ..\blib\lib\Tk\Scale.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Tk::Scale;
  5.  
  6. #line 118 "..\blib\lib\Tk\Scale.pm (autosplit into ..\blib\lib\auto\Tk\Scale\Enter.al)"
  7. sub Enter
  8. {
  9.  my ($w,$x,$y) = @_;
  10.  if ($Tk::strictMotif)
  11.   {
  12.    $w->{'activeBg'} = $w->cget('-activebackground');
  13.    $w->configure('-activebackground',$w->cget('-background'));
  14.   }
  15.  $w->Activate($x,$y);
  16. }
  17.  
  18. # end of Tk::Scale::Enter
  19. 1;
  20.