AGW Logo

svn SVN Revision 69086 For framemanager

This file contains the SVN revision history for framemanager, at revision 69086.

Available information include commit date, the name of the committer, the file size, the SVN log messages and a diff from the previous version (if available).


file_info File Information

  • Commit Date: 02-Apr-2009 10:53:15 UTC
  • Committer: AG
  • File Size: 365134 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

  • Fixed bug #13437 for SuperToolTip;
  • Fixed bug #13477 for UltimateListCtrl.

svn_diff Diff To Previous Version (68933)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/aui/framemanager.py   2011/08/27 17:11:41     68933
+++ wxPython/3rdParty/AGW/agw/aui/framemanager.py   2011/09/14 19:39:08     69086
@@ -4469,7 +4469,7 @@
def UnInit(self):
"""
Uninitializes the framework and should be called before a managed frame or
-        window is destroyed. L{UnInit} is usually called in the managed `wx.Frame`/`wx.Window`
+        window is destroyed. L{UnInit} is usually called in the managed `wx.Frame` / `wx.Window`
destructor.

It is necessary to call this function before the managed frame or window is
Tree