]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
avoid a bug in Carbon headers
[wxWidgets.git] / include / wx / gtk1 / app.h
index f03e5aa1ff5ed911439e382e3b4de6eb9de528e5..ac034847691a7139423aea28ea0ea4fae9f8d279 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __GTKAPPH__
 #define __GTKAPPH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -50,14 +50,8 @@ public:
     virtual void Exit();
 
     virtual bool Yield(bool onlyIfNeeded = FALSE);
-    virtual bool ProcessIdle();
     virtual void WakeUpIdle();
 
-    // implementation only from now on
-    void OnIdle( wxIdleEvent &event );
-    bool SendIdleEvents();
-    bool SendIdleEvents( wxWindow* win );
-
     virtual bool Initialize(int& argc, wxChar **argv);
     virtual void CleanUp();
 
@@ -90,8 +84,6 @@ private:
     bool m_isInAssert;
 #endif // __WXDEBUG__
 
-    bool CallInternalIdle( wxWindow* win );
-
     DECLARE_DYNAMIC_CLASS(wxApp)
     DECLARE_EVENT_TABLE()
 };