]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
Simple wxBatteryPower API for the support in wxWinCE, wxPalmOS and any other mobile...
[wxWidgets.git] / include / wx / gtk / app.h
index 834aaa338e37e162b1e836fa556cc80939d028e1..fd4fa6226bbaadc0d519176a2bd6c41d69105053 100644 (file)
@@ -41,8 +41,6 @@ public:
     virtual bool OnInitGui();
 
     // override base class (pure) virtuals
-    virtual bool Initialized();
-
     virtual bool Yield(bool onlyIfNeeded = FALSE);
     virtual void WakeUpIdle();
 
@@ -58,9 +56,8 @@ public:
 #endif // __WXDEBUG__
 
     gint            m_idleTag;
-#if wxUSE_THREADS
-    gint            m_wakeUpTimerTag;
-#endif
+    void RemoveIdleTag();
+    
     unsigned char  *m_colorCube;
 
     // Used by the the wxGLApp and wxGLCanvas class for GL-based X visual