Identifying Parts of a Scale

To find out what part of the Scale a coordinate resides in, use the identifymethod:

$value = $scale->identify(x, y);

The identify method returns a string containing one of the following values: "slider", "trough1", "trough2", or an empty string (if the coordinates don’t refer to any of these parts).

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.