Book HomeMastering Perl/TkSearch this book

7.13. Counting Items

The size method returns the total number of items in the Listbox:

$count = $lb->size( );


Library Navigation Links

Copyright © 2002 O'Reilly & Associates. All rights reserved.