]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/evtloop.h
update minimum GTK2 version requirement to 2.6
[wxWidgets.git] / interface / wx / evtloop.h
index 4322ac08d0eefedd9fefac5cca88a34ef6734d79..4e42be0dc46f8b819890e0fc58fb9c59040ecf28 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vadim Zeitlin
 // Copyright:   (C) 2008 Vadim Zeitlin
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -286,3 +286,20 @@ public:
      */
     ~wxEventLoopActivator();
 };
+
+/**
+    @class wxGUIEventLoop
+
+    A generic implementation of the GUI event loop.
+    
+    @library{wxbase}
+    @category{appmanagement}
+*/
+class wxGUIEventLoop : public wxEventLoopBase
+{
+public:
+    wxGUIEventLoop();
+    virtual ~wxGUIEventLoop();
+};
+
+