]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
Renamed internal GetClientWindow to GetClientAreaWindow so
[wxWidgets.git] / include / wx / app.h
index 68eeec84efc90a26784e1ed22a68727a55e0eb70..8324651d6017f190a53491ed532e98b24ee68950 100644 (file)
@@ -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
     // -----------------------------------------------------------------