Edit file File name : FETCHSIZE.al Content :# NOTE: Derived from ../blib/lib/Tk/Listbox.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package Tk::Listbox; #line 224 "../blib/lib/Tk/Listbox.pm (autosplit into ../blib/lib/auto/Tk/Listbox/FETCHSIZE.al)" # FETCHSIZE # --------- # Return the number of elements in the Listbox when tied to an array sub FETCHSIZE { my $class = shift; return ${$class->{OBJECT}}->size(); } # end of Tk::Listbox::FETCHSIZE 1; Save