]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/evtloop.h
check for self-assignment in operator=
[wxWidgets.git] / include / wx / gtk / evtloop.h
index b47e1874873929ce515328cd5f75c18cbeba2a58..36c62e168e1be2607f2ef90bc0af1a32bbd01e18 100644 (file)
@@ -26,12 +26,17 @@ public:
     virtual bool Dispatch();
     virtual int DispatchTimeout(unsigned long timeout);
     virtual void WakeUp();
     virtual bool Dispatch();
     virtual int DispatchTimeout(unsigned long timeout);
     virtual void WakeUp();
+    virtual bool YieldFor(long eventsToProcess);
 
 protected:
 
 protected:
+
     // the exit code of this event loop
     int m_exitcode;
 
     // the exit code of this event loop
     int m_exitcode;
 
-    DECLARE_NO_COPY_CLASS(wxGUIEventLoop)
+    // used to temporarily store events in DoYield()
+    wxArrayPtrVoid m_arrGdkEvents;
+
+    wxDECLARE_NO_COPY_CLASS(wxGUIEventLoop);
 };
 
 #endif // _WX_GTK_EVTLOOP_H_
 };
 
 #endif // _WX_GTK_EVTLOOP_H_