]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/evtloop.h
Don't use a destroy event handler to disconnect the native control's delegate as...
[wxWidgets.git] / include / wx / osx / cocoa / evtloop.h
index ed222c2bcbd30fe79a1a8eaf8b789b3fa470a313..8fc7c332581d1d9bc81b318211bbe8109f22ed2a 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_OSX_COCOA_EVTLOOP_H_
 #define _WX_OSX_COCOA_EVTLOOP_H_
 
-class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopManual
+class WXDLLIMPEXP_BASE wxGUIEventLoop : public wxCFEventLoop
 {
 public:
     wxGUIEventLoop();
@@ -22,6 +22,10 @@ public:
     virtual int DispatchTimeout(unsigned long timeout);
 
     virtual void WakeUp();
+    virtual bool YieldFor(long eventsToProcess);
+
+protected:
+    virtual CFRunLoopRef CFGetCurrentRunLoop() const;
 
 private:
     double m_sleepTime;