]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/evtloop.h
Use a single taskbar icon for all notifications in wxMSW.
[wxWidgets.git] / interface / wx / evtloop.h
index b60889ef34edd72d9a5a83f84669c56b3f6d0d28..4e42be0dc46f8b819890e0fc58fb9c59040ecf28 100644 (file)
@@ -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();
+};
+
+