]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
minor fixes to wxLocale::GetSystemLanguage(), test code for it added to the console...
[wxWidgets.git] / include / wx / gtk1 / app.h
index 80f57acf6491a4406c9e5ba0fa16ddf4f2c939f2..29ad141796c561d5e39cab55b4cfcd564cab571a 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.
@@ -83,4 +82,6 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+int WXDLLEXPORT wxEntry( int argc, char *argv[] );
+
 #endif // __GTKAPPH__