home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _0ef9161d9bcaca5bd9f5d70ba2f3741f < prev    next >
Encoding:
Text File  |  2004-06-01  |  458 b   |  16 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 111 "..\blib\lib\Tk\Scale.pm (autosplit into ..\blib\lib\auto\Tk\Scale\Leave.al)"
  7. sub Leave
  8. {
  9.  my ($w) = @_;
  10.  $w->configure('-activebackground',$w->{'activeBg'}) if ($Tk::strictMotif);
  11.  $w->configure('-state','normal')  if ($w->cget('-state') eq 'active');
  12. }
  13.  
  14. # end of Tk::Scale::Leave
  15. 1;
  16.