NAME
Tk::ListBrowser::Item - List entry holding object.
SYNOPSIS
my $item = $listbrowser->add($entryname, @options);
my $item = $listbrowser->get($entryname);
DESCRIPTION
This module creates an object that holds all information of every entry. You will never need to create an item object yourself.
METHODS
- anchor($flag)
-
If $flag is set it makes the anchor rectangle of this entry visible. Otherwise clears it.
- anchored
-
Returns true if the anchor is set to this entry.
- clear(?$flag?)
-
Clears all visible items (text, image, anchor, selection) on the canvas belonging to this item.
- column(?$column?)
-
Sets and returns the column number of this entry
- data(?$data?)
-
Sets and returns the data scalar assigned to this entry.
-
Sets and returns the hidden flag belonging to this entry.
- image(?$image?)
-
Sets and returns the image object belonging to this entry.
- inregion($x, $y)
-
Returns true if the point at $x, $y is inside the region of this entry.
- name
-
Sets and returns name of this entry.
- row
-
Sets and returns the row number of this entry.
- select($flag)
-
If $flag is set it changes the look of this entry as selected. Otherwise changes the look to un-selected it.
- selected
-
Returns true if this entry is belonging to the selection.
- text(?$string?)
-
Sets and returns the text string belonging to this entry.
LICENSE
Same as Perl.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
TODO
BUGS AND CAVEATS
If you find any bugs, please report them here: https://github.com/haje61/Tk-ListBrowser/issues.