]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/app.h
Bitmap button updates
[wxWidgets.git] / include / wx / x11 / app.h
index 77927b4f49e4c4cfcc6988d12eb80a1f76f4409b..c1e44dad6eb044022777d41ee9c099d18b264edc 100644 (file)
@@ -55,6 +55,7 @@ public:
     virtual bool Pending();
     virtual void Dispatch();
     virtual bool Yield(bool onlyIfNeeded = FALSE);
+    virtual bool ProcessIdle();
     
     virtual bool OnInitGui();
     
@@ -87,7 +88,6 @@ public:
     static void CleanUp();
     
     void DeletePendingObjects();
-    bool ProcessIdle();
     
     WXWindow       GetTopLevelWidget() const { return m_topLevelWidget; }
     WXColormap     GetMainColormap(WXDisplay* display);