home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _12724b20a738f3dc48fef624536ce836 < prev    next >
Encoding:
Text File  |  2004-06-01  |  486 b   |  20 lines

  1. # NOTE: Derived from ..\blib\lib\Tk\Listbox.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Tk::Listbox;
  5.  
  6. #line 480 "..\blib\lib\Tk\Listbox.pm (autosplit into ..\blib\lib\auto\Tk\Listbox\Cntrl_Home.al)"
  7. sub Cntrl_Home
  8. {
  9.  my $w = shift;
  10.  my $Ev = $w->XEvent;
  11.  $w->activate(0);
  12.  $w->see(0);
  13.  $w->selectionClear(0,'end');
  14.  $w->selectionSet(0);
  15.  $w->eventGenerate("<<ListboxSelect>>");
  16. }
  17.  
  18. # end of Tk::Listbox::Cntrl_Home
  19. 1;
  20.