Author: jcater
Date: 2006-10-23 23:25:15 -0500 (Mon, 23 Oct 2006)
New Revision: 8915

Modified:
   trunk/gnue-designer/src/ui/wx/uihelpers/PyAUI.py
Log:
fix wx deprecations

Modified: trunk/gnue-designer/src/ui/wx/uihelpers/PyAUI.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/uihelpers/PyAUI.py    2006-10-24 03:48:04 UTC 
(rev 8914)
+++ trunk/gnue-designer/src/ui/wx/uihelpers/PyAUI.py    2006-10-24 04:25:15 UTC 
(rev 8915)
@@ -4868,3 +4868,12 @@
 
             self._panes[indx] = pane
             self.Update()
+
+
+
+# ===================================================================
+# Additions to handle variations from wx2.7's AUI and PyAUI
+# ===================================================================
+
+FrameManager.SetManagedWindow = FrameManager.SetFrame
+FrameManager.SetArtProvider = FrameManager.SetDockArt
\ No newline at end of file



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to