]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/evtloop.h
When wxPGProperty is un-attached from wxPropertyGrid, keep its 'default' cell referen...
[wxWidgets.git] / include / wx / dfb / evtloop.h
index d6fa511ddca0a838d3028bcd2baa5d6a6c949edd..2a58619ed1dfab9b6d8b13cd7d8a98970fe36d53 100644 (file)
@@ -25,14 +25,12 @@ class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxConsoleEventLoop
 public:
     wxGUIEventLoop();
 
+    virtual bool YieldFor(long eventsToProcess);
+
     // returns DirectFB event buffer used by wx
     static wxIDirectFBEventBufferPtr GetDirectFBEventBuffer();
 
 private:
-    // wxYield implementation: iterate the loop as long as there are any
-    // pending events
-    void Yield();
-
     static void InitBuffer();
     static void CleanUp();