rename RemoveIdleSource to SuspendIdleCallback

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-12-09 17:46:20 +00:00
parent b31663c9d7
commit 67461bd124
3 changed files with 5 additions and 4 deletions

View 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.