]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
include wx/object.h now that wxConfigBase derives from wxObject
[wxWidgets.git] / include / wx / gtk / app.h
index dc9d3f50de911f558040840b513a80b53af1d7fd..3d862eafd45db3520e66d1f302c57b5a5a3b82ef 100644 (file)
@@ -53,7 +53,8 @@ public:
 #endif // __WXDEBUG__
 
     guint m_idleTag;
-    void RemoveIdleSource();
+    // temporarily disable idle events
+    void SuspendIdleCallback();
 
     // Used by the the wxGLApp and wxGLCanvas class for GL-based X visual
     // selection.