wxWidgets/include
Vadim Zeitlin d7d5231e96 Replace wxComboPopupEvtHandler with calls to Bind() as well
This is not as much of a simplification as the previous two commits
because there is no simple replacement of EVT_MOUSE_EVENTS() using
Bind() and a loop over all mouse event types has to be written
explicitly, but it still avoids the need to allocate and delete a
separate object, so is still worth it.
2021-07-10 19:35:31 +01:00
..
msvc/wx Link with ws2_32.lib rather than obsolete wsock32.lib 2021-04-18 22:13:45 +02:00
wx Replace wxComboPopupEvtHandler with calls to Bind() as well 2021-07-10 19:35:31 +01:00