]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/app.h
path translation (umlauts) added
[wxWidgets.git] / include / wx / x11 / app.h
index d8d709a77a6975db3e16595e1be00ab07f5a6e5c..f0ca6237eeabb267957e82d5d171343f69933b2c 100644 (file)
@@ -89,11 +89,9 @@ protected:
     
 public:
     // Implementation
-    virtual bool Initialize();
+    virtual bool Initialize(int& argc, wxChar **argv);
     virtual void CleanUp();
     
-    void DeletePendingObjects();
-    
     WXWindow       GetTopLevelWidget() const { return m_topLevelWidget; }
     WXColormap     GetMainColormap(WXDisplay* display);
     long           GetMaxRequestSize() const { return m_maxRequestSize; }
@@ -144,8 +142,5 @@ protected:
     DECLARE_EVENT_TABLE()
 };
 
-int WXDLLEXPORT wxEntry( int argc, char *argv[] );
-
-#endif
-// _WX_APP_H_
+#endif // _WX_APP_H_