home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _45a4d196095ada2755d09483a3cf2608 < prev    next >
Text File  |  2004-06-01  |  470b  |  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 224 "..\blib\lib\Tk\Listbox.pm (autosplit into ..\blib\lib\auto\Tk\Listbox\FETCHSIZE.al)"
  7. # FETCHSIZE
  8. # ---------
  9. # Return the number of elements in the Listbox when tied to an array
  10. sub FETCHSIZE {
  11.   my $class = shift;
  12.   return ${$class->{OBJECT}}->size();
  13. }
  14.  
  15. # end of Tk::Listbox::FETCHSIZE
  16. 1;
  17.