http://www.perlmonks.org?node_id=1063098

v4169sgr has asked for the wisdom of the Perl Monks concerning the following question:

I use Perl 5.10 ActivePerl 5.14 on win7, with Tkx bindings to create a GUI.

I am looking for an equivalent of nearest() from listbox in the tktable package.

I would like to find the relative x,y coordinates of the user's mouse pointer in the tktable index, because I'd like to make sure the user can right-click select a row and invoke a menu in the same action.

Is it possible that there is an example of usage somewhere?

Thank you!

Replies are listed 'Best First'.
Re: Tkx TkTable pointer coordinates
by Anonymous Monk on Nov 19, 2013 at 02:27 UTC