home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _f9d93832c2f14f1e2fbc2bb943652454 < prev    next >
Encoding:
Text File  |  2004-06-01  |  374 b   |  14 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 320 "..\blib\lib\Tk\Listbox.pm (autosplit into ..\blib\lib\auto\Tk\Listbox\PUSH.al)"
  7. sub PUSH {
  8.   my ( $class, @list ) = @_;
  9.   ${$class->{OBJECT}}->insert('end', @list);
  10. }
  11.  
  12. # end of Tk::Listbox::PUSH
  13. 1;
  14.