wxwidgets/include
Vadim Zeitlin e30309bf8c Replace wxEVT_IDLE handler with overridden OnInternalIdle()
This function is always called, even if the application prevents the
wxEVT_IDLE handler from being called, either by forgetting to Skip() the
event in its own handler of this message or by changing the global idle
event generation mode to wxIDLE_PROCESS_SPECIFIED.
2023-11-29 01:47:29 +01:00
..
msvc/wx Link with lexilla library too in MSVS-specific wx/setup.h 2023-03-08 18:24:38 +00:00
wx Replace wxEVT_IDLE handler with overridden OnInternalIdle() 2023-11-29 01:47:29 +01:00