]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/app.h
why the heck should something that reacts on wxID_CLOSE be called OnQuit?
[wxWidgets.git] / include / wx / motif / app.h
index d3bc19d40b8441bc48959658c1024291854fdb3f..650736e9c3ce7e6d9664650f441f58aae54b3d6e 100644 (file)
@@ -54,11 +54,10 @@ public:
     virtual bool Pending();
     virtual void Dispatch();
     virtual bool Yield(bool onlyIfNeeded = FALSE);
+    virtual bool ProcessIdle();
     
     virtual bool OnInitGui();
     
-    virtual wxIcon GetStdIcon(int which) const;
-    
     // implementation from now on
     // --------------------------
     
@@ -95,7 +94,6 @@ public:
     static void CleanUp();
     
     void DeletePendingObjects();
-    bool ProcessIdle();
     
     // Motif-specific
     WXAppContext   GetAppContext() const { return m_appContext; }