]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
1. added range checks in wxGridStringTable
[wxWidgets.git] / include / wx / gtk / app.h
index 056c8c67297b1aca396cb60cf332bcae97b746a7..7564b247c77028c9354826066e2db34abd88e154 100644 (file)
@@ -30,8 +30,6 @@ class wxLog;
 
 class wxApp: public wxAppBase
 {
-DECLARE_DYNAMIC_CLASS(wxApp)
-
 public:
     wxApp();
     ~wxApp();
@@ -61,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.
@@ -82,6 +77,8 @@ private:
     /// Set to TRUE while we are in wxYield().
     bool m_suppressIdleEvents;
 
+private:
+    DECLARE_DYNAMIC_CLASS(wxApp)
     DECLARE_EVENT_TABLE()
 };