X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/010afced511d74f4f1c10390da96c6ccf687d574..1cbee0b42c9755a98104e3b1d8fd1133483ea54f:/include/wx/gtk1/app.h diff --git a/include/wx/gtk1/app.h b/include/wx/gtk1/app.h index d10118ecf3..3beaf8806b 100644 --- a/include/wx/gtk1/app.h +++ b/include/wx/gtk1/app.h @@ -47,6 +47,7 @@ public: virtual bool Pending(); virtual void Dispatch(); virtual bool Yield(bool onlyIfNeeded = FALSE); + virtual bool ProcessIdle(); // implementation only from now on void OnIdle( wxIdleEvent &event ); @@ -57,11 +58,10 @@ public: static bool InitialzeVisual(); static void CleanUp(); - bool ProcessIdle(); void DeletePendingObjects(); #ifdef __WXDEBUG__ - virtual void OnAssert(const wxChar *file, int line, const wxChar *msg); + virtual void OnAssert(const wxChar *file, int line, const wxChar *cond, const wxChar *msg); bool IsInAssert() const { return m_isInAssert; } #endif // __WXDEBUG__ @@ -80,7 +80,7 @@ public: // This returns the current visual: either that used by wxRootWindow // or the XVisualInfo* for SGI. GdkVisual *GetGdkVisual(); - + private: // true if we're inside an assert modal dialog #ifdef __WXDEBUG__ @@ -88,7 +88,7 @@ private: #endif // __WXDEBUG__ bool CallInternalIdle( wxWindow* win ); - + DECLARE_DYNAMIC_CLASS(wxApp) DECLARE_EVENT_TABLE() };