home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _d9441efc1335b19c80b28512d06be30d < prev    next >
Encoding:
Text File  |  2004-06-01  |  395 b   |  17 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 862 "..\blib\lib\Tk\Listbox.pm (autosplit into ..\blib\lib\auto\Tk\Listbox\SetList.al)"
  7. # Perl/Tk extensions:
  8. sub SetList
  9. {
  10.  my $w = shift;
  11.  $w->delete(0,'end');
  12.  $w->insert('end',@_);
  13. }
  14.  
  15. # end of Tk::Listbox::SetList
  16. 1;
  17.