It's a constant annoyance that the text widget doesn't respond (in the same manner as clicking on the scrollbar arrows) when I move the scroll wheel. Not only is it not processing the WM_MOUSEWHEEL event, but it somehow prevents the default behavior or turning them into scroll events, too.
Is there an easy way to use the mouse wheel myself within the program? That is, code a callback for that and do the desired scrolling.