]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/app.h
use native toolbar, font dialog and CG by default
[wxWidgets.git] / include / wx / x11 / app.h
index 034385a84a47c21949e070ad672e1b48c6df49e5..416a3e2ae3d43e57188cf365e5a01751aa7237e9 100644 (file)
 #ifndef _WX_APP_H_
 #define _WX_APP_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "app.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -44,13 +40,11 @@ class WXDLLEXPORT wxApp : public wxAppBase
 
 public:
     wxApp();
-    ~wxApp();
+    virtual ~wxApp();
 
     // override base class (pure) virtuals
     // -----------------------------------
 
-    virtual bool Initialized();
-
     virtual void Exit();
 
     virtual bool Yield(bool onlyIfNeeded = FALSE);