]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
wxHTML fixes
[wxWidgets.git] / include / wx / gtk1 / app.h
index 80f57acf6491a4406c9e5ba0fa16ddf4f2c939f2..9f25e6154518cfdf8a93ca491bd3f54e5ff52500 100644 (file)
@@ -59,7 +59,6 @@ public:
     static void CleanUp();
 
     bool ProcessIdle();
-    void ProcessPendingEvents();
     void DeletePendingObjects();
 
     // This can be used to suppress the generation of Idle events.
@@ -75,7 +74,7 @@ public:
     unsigned char  *m_colorCube;
 
 private:
-    /// Set to TRUE while we are in wxYield().
+    // Set to TRUE while we are in wxYield().
     bool m_suppressIdleEvents;
 
 private:
@@ -83,4 +82,6 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+int WXDLLEXPORT wxEntry( int argc, char *argv[] );
+
 #endif // __GTKAPPH__