#ifndef __GTKAPPH__
#define __GTKAPPH__
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
virtual bool Yield(bool onlyIfNeeded = FALSE);
virtual void WakeUpIdle();
- // implementation only from now on
- void OnIdle( wxIdleEvent &event );
-
virtual bool Initialize(int& argc, wxChar **argv);
virtual void CleanUp();