![]() |
|
Just another Perl shrine | |
PerlMonks |
comment on |
( [id://3333]=superdoc: print w/replies, xml ) | Need Help?? |
Bingo! bind('<Enter>' Nice! This will scroll by wheel even if focus is on the scrollbar
Now for the underline, here is how you figure that out install Tk::WidgetDump, and add $mw->WidgetDump; to your program before MainLoop Then run the program, and click on the WidgetDump window double click the 'listbox' entry which pops up 'Widget Info for Tk::Listbox...' where you click on the first "Option Switch" which pops up 'Edit config' which lets you edit the configuration live, So change the value, then go back to your mainwindow and see if the underline is still there Then simply incorporate that into your program :) <Reveal this spoiler or all in this thread> In reply to Re^5: Tk::BrowseEntry listbox scrollbar with Mousewheel on Windows
by beech
|
|