Bounding Box

The method bbox returns a list of four elements that describes the bounding box around the text at index:

($x, $y, $w, $h) = $lb->bbox(index);

The four elements are (in order): x, y, w, and h. x and y are the (x, y) coordinates at the upper-lefthand corner of the bounding box. The w is the width of the text in pixels. The h is the height of the text in pixels. These measurements, relative to the Listbox, are shown in Figure 7-6.

Bounding box values around text

Figure 7-6. Bounding box values around text

Get Mastering Perl/Tk now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.