dthomp has asked for the wisdom of the Perl Monks concerning the following question:
I did get this code to work:$cnv_reference_ref->bind("location$x", '<B1-Enter>' => [\&click_select +, "$i", "1"]);
So, that I can 'select' things by holding the ctrl key while dragging the mouse over, but I would really like to be able to just hold the mouse button down. thanks$cnv_reference_ref->bind("location$x", '<Control-Enter>' => [\&click_s +elect, "$i", "1"]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: TK binding
by bbfu (Curate) on Apr 08, 2004 at 22:58 UTC | |
|
Re: TK binding
by esskar (Deacon) on Apr 08, 2004 at 20:52 UTC | |
by dthomp (Initiate) on Apr 08, 2004 at 21:04 UTC |