home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomeMastering Perl/TkSearch this book

7.11. Moving to a Specific Index

To cause the Listbox to show a specific item, use the see method:

$lb->see(index);

Given an index, see will cause the Listbox to page up or down to show the item at that index. For an example of using see, see Section 7.19, "Listbox Example" later in this chapter.



Library Navigation Links

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