]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/evtloop.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / dfb / evtloop.h
index d6fa511ddca0a838d3028bcd2baa5d6a6c949edd..7a0dd0e05604e94368a1b8cbbd5686a0d18f7c63 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     declares wxEventLoop class
 // Author:      Vaclav Slavik
 // Created:     2006-08-16
-// RCS-ID:      $Id$
 // Copyright:   (c) 2006 REA Elektronik GmbH
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -25,14 +24,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();