tk/grid location

(tk/grid 'location master x y)
Given x and y values in screen units relative to the master window, the column and row number at that x and y location is returned. For locations that are above or to the left of the grid, -1 is returned.

© Author | Home | Sitemap