Elijah has asked for the wisdom of the Perl Monks concerning the following question:
I have tried binding <3>, <4> and <5> but nothing.
$t->bind('Tk::Text', '<4>', sub {print "Scroll up!"}); $t->bind('Tk::Text', '<5>', sub {print "Scroll down!"});
This is the code I used to create the binding. Any help?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Ideas on binding scrollwheel?
by PodMaster (Abbot) on Jan 08, 2004 at 23:20 UTC | |
by exussum0 (Vicar) on Jan 08, 2004 at 23:30 UTC | |
by Elijah (Hermit) on Jan 09, 2004 at 21:37 UTC |