]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/evtloop.h
fixing multiple extensions in one filter, turning off temporarily sheets code
[wxWidgets.git] / include / wx / gtk / evtloop.h
index 36c62e168e1be2607f2ef90bc0af1a32bbd01e18..79cb753185edb892bba583eb9fb0f608f6b84fed 100644 (file)
@@ -15,6 +15,8 @@
 // wxGUIEventLoop for wxGTK
 // ----------------------------------------------------------------------------
 
 // wxGUIEventLoop for wxGTK
 // ----------------------------------------------------------------------------
 
+typedef union  _GdkEvent        GdkEvent;
+
 class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopBase
 {
 public:
 class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopBase
 {
 public:
@@ -28,6 +30,9 @@ public:
     virtual void WakeUp();
     virtual bool YieldFor(long eventsToProcess);
 
     virtual void WakeUp();
     virtual bool YieldFor(long eventsToProcess);
 
+    void StoreGdkEventForLaterProcessing(GdkEvent* ev)
+        { m_arrGdkEvents.Add(ev); }
+    
 protected:
 
     // the exit code of this event loop
 protected:
 
     // the exit code of this event loop