Comment 1 for bug 203763

Revision history for this message
poy (poy) wrote :

this patch adds a WidgetListView in win32/ to sub-class all list views.
i tried the usual way (handle onKeyDown) but this wasn't working in frames that already capture that event to handle their own key presses; so i used the tryFire function which is called from smartwin/Policies.h.

added files:
win32/WidgetListView.h
win32/WidgetListView.cpp