X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2478fde622a16d25c66690af353dfdc37e7b582..01c6f3724ed22b2b2a0851b358532ed5c37b1bb0:/include/wx/gtk/app.h diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index fbd5a55e6a..f03e5aa1ff 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -58,11 +58,10 @@ public: bool SendIdleEvents(); bool SendIdleEvents( wxWindow* win ); - static bool Initialize(); - static bool InitialzeVisual(); - static void CleanUp(); + virtual bool Initialize(int& argc, wxChar **argv); + virtual void CleanUp(); - void DeletePendingObjects(); + static bool InitialzeVisual(); #ifdef __WXDEBUG__ virtual void OnAssert(const wxChar *file, int line, const wxChar *cond, const wxChar *msg); @@ -97,6 +96,4 @@ private: DECLARE_EVENT_TABLE() }; -int WXDLLEXPORT wxEntry( int argc, char *argv[] ); - #endif // __GTKAPPH__