![]() |
|
No such thing as a small change | |
PerlMonks |
Tk::BrowseEntry listbox scrollbar with Mousewheel on Windowsby perltux (Monk) |
on Apr 03, 2017 at 03:28 UTC ( [id://1186761]=perlquestion: print w/replies, xml ) | Need Help?? |
perltux has asked for the wisdom of the Perl Monks concerning the following question:
I have another Mousewheel question related to Tk::BrowseEntry. On Linux when the pop-up listbox has a scrollbar, I can use the mousewheel to scroll the listbox without having to define any new bindings. On Windows (Strawberry Perl) this does not work. The mousewheel does nothing. So I have been trying to set up the binding myself but despite trying various subwidget targets (all those commented out in the example below) I haven't managed to get the mousewheel to scroll the listbox on Windows. Does anybody know what the correct binding for this is?
Back to
Seekers of Perl Wisdom
|
|