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


Book HomeMastering Perl/TkSearch this book

9.16. Determining Item Type

To determine an item's type, call the type method:

$canvas->type(tag/id);

If the tag or ID matches more than one item, only the type of the first item is returned. The returned value will be a string describing the item type: "oval", "text", "rectangle", and so on.



Library Navigation Links

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