home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _549cd8c84e4e39d047489f5a9adc45f8 < prev    next >
Encoding:
Text File  |  2004-06-01  |  384 b   |  17 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 129 "..\blib\lib\Tk\Scale.pm (autosplit into ..\blib\lib\auto\Tk\Scale\ButtonUp.al)"
  7. sub ButtonUp
  8. {
  9.  my ($w,$x,$y) = @_;
  10.  $w->CancelRepeat();
  11.  $w->EndDrag();
  12.  $w->Activate($x,$y)
  13. }
  14.  
  15. # end of Tk::Scale::ButtonUp
  16. 1;
  17.