]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/window.h
use the native wxImageList under Win32 as otherwise xUniv doesn't link currently
[wxWidgets.git] / include / wx / mgl / window.h
index 053f038c7052a20fbe743df96a2e78bc8afa9058..2299608df76b60cd813e845e09198c613de5adbf 100644 (file)
@@ -134,6 +134,8 @@ protected:
     // ::MoveWindow() except for composite controls which will want to arrange
     // themselves inside the given rectangle
     virtual void DoMoveWindow(int x, int y, int width, int height);
+    
+    void OnIdle(wxIdleEvent& event);
 
 private:
     // common part of all ctors