]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
send more page change events (patch 750521); document this behaviour
[wxWidgets.git] / include / wx / gtk / app.h
index fea48cf032eb2829df87aa165a316b328a07a54e..f03e5aa1ff5ed911439e382e3b4de6eb9de528e5 100644 (file)
@@ -58,7 +58,7 @@ public:
     bool SendIdleEvents();
     bool SendIdleEvents( wxWindow* win );
 
     bool SendIdleEvents();
     bool SendIdleEvents( wxWindow* win );
 
-    virtual bool Initialize(int argc, wxChar **argv);
+    virtual bool Initialize(int& argc, wxChar **argv);
     virtual void CleanUp();
 
     static bool InitialzeVisual();
     virtual void CleanUp();
 
     static bool InitialzeVisual();
@@ -96,6 +96,4 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
     DECLARE_EVENT_TABLE()
 };
 
-int WXDLLEXPORT wxEntry( int argc, char *argv[] );
-
 #endif // __GTKAPPH__
 #endif // __GTKAPPH__