]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/app.h
Make wxMDIParentFrame a regular top level window
[wxWidgets.git] / include / wx / mgl / app.h
index 0afeceeb9761e92d2624f64eefcbdb1d075729ae..43bec77767d13ac76a7cba940e079a96c2c3b956 100644 (file)
@@ -47,8 +47,7 @@ public:
     virtual bool Initialized();
     virtual bool Pending();
     virtual void Dispatch();
-
-    virtual wxIcon GetStdIcon(int which) const;
+    virtual bool ProcessIdle();
 
     // implementation only from now on
     void OnIdle(wxIdleEvent &event);
@@ -58,7 +57,6 @@ public:
     static bool Initialize();
     static void CleanUp();
 
-    bool ProcessIdle();
     void DeletePendingObjects();
 
     virtual bool Yield(bool onlyIfNeeded = FALSE);