]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
wxUSE_XML
[wxWidgets.git] / include / wx / gtk1 / app.h
index 1cda1b39eaab122ea7b3fdee7378a2d4ac2b327d..fc603dafb7d6d2a65f7de1ac40adc3107038480d 100644 (file)
@@ -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,12 +84,8 @@ private:
     bool m_isInAssert;
 #endif // __WXDEBUG__
 
-    bool CallInternalIdle( wxWindow* win );
-
     DECLARE_DYNAMIC_CLASS(wxApp)
     DECLARE_EVENT_TABLE()
 };
 
-int WXDLLEXPORT wxEntry( int argc, char *argv[] );
-
 #endif // __GTKAPPH__