X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74698d3a22d5e611bbcd731a3ade616c66cfaca6..f41bc3e3f3fda37fba548440b230288c5eed0953:/include/wx/app.h?ds=inline diff --git a/include/wx/app.h b/include/wx/app.h index 68eeec84ef..8324651d60 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -151,6 +151,8 @@ public: // Override: rarely. virtual void OnFatalException() { } + virtual bool ProcessIdle() = 0; + // the worker functions - usually not used directly by the user code // -----------------------------------------------------------------