home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _6674667dd0f6575df34ea6d34086f31b < prev    next >
Encoding:
Text File  |  2004-06-01  |  397 b   |  16 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 109 "..\blib\lib\Tk\Scrollbar.pm (autosplit into ..\blib\lib\auto\Tk\Scrollbar\Motion.al)"
  7. sub Motion
  8. {
  9.  my $w = shift;
  10.  my $e = $w->XEvent;
  11.  $w->activate($w->identify($e->x,$e->y));
  12. }
  13.  
  14. # end of Tk::Scrollbar::Motion
  15. 1;
  16.