static void CleanUp();
bool ProcessIdle();
-#if wxUSE_THREADS
- void ProcessPendingEvents();
-#endif
void DeletePendingObjects();
// This can be used to suppress the generation of Idle events.
DECLARE_EVENT_TABLE()
};
+int WXDLLEXPORT wxEntry( int argc, char *argv[] );
+
#endif // __GTKAPPH__