// Author: Julian Smart
// Modified by:
// Created: 17/09/98
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// the wxApp class for wxX11 - see wxAppBase for more details
// ----------------------------------------------------------------------------
-class WXDLLEXPORT wxApp : public wxAppBase
+class WXDLLIMPEXP_CORE wxApp : public wxAppBase
{
public:
wxApp();
virtual void Exit();
- virtual bool Yield(bool onlyIfNeeded = FALSE);
virtual void WakeUpIdle();
virtual bool OnInitGui();
// Processes an X event.
virtual bool ProcessXEvent(WXEvent* event);
-#ifdef __WXDEBUG__
- virtual void OnAssert(const wxChar *file, int line, const wxChar* cond, const wxChar *msg);
-#endif // __WXDEBUG__
-
public:
// Implementation
virtual bool Initialize(int& argc, wxChar **argv);