X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8636aed89614be928547793f91cea7ca54a0d9a8..85d03040fc18f7e403720c77ce758e1f12e14292:/include/wx/gtk1/app.h?ds=sidebyside diff --git a/include/wx/gtk1/app.h b/include/wx/gtk1/app.h index 6b528f8b16..7b911ec302 100644 --- a/include/wx/gtk1/app.h +++ b/include/wx/gtk1/app.h @@ -59,9 +59,6 @@ public: static void CleanUp(); bool ProcessIdle(); -#if wxUSE_THREADS - void ProcessPendingEvents(); -#endif void DeletePendingObjects(); // This can be used to suppress the generation of Idle events. @@ -80,8 +77,19 @@ private: /// Set to TRUE while we are in wxYield(). bool m_suppressIdleEvents; +private: DECLARE_DYNAMIC_CLASS(wxApp) DECLARE_EVENT_TABLE() }; +#ifdef __VMS + +extern "C" + { + extern guint vms_gtk_major_version(void); + extern guint vms_gtk_minor_version(void); + extern guint vms_gtk_micro_version(void); + } +#endif + #endif // __GTKAPPH__