AGW Logo

svn SVN Revision 69086 For auibook

This file contains the SVN revision history for auibook, 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: 08-Apr-2009 15:24:09 UTC
  • Committer: AG
  • File Size: 193382 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 (68742)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/aui/auibook.py        2011/08/16 16:37:37     68742
+++ wxPython/3rdParty/AGW/agw/aui/auibook.py        2011/09/14 19:39:08     69086
@@ -700,7 +700,7 @@

def OnItemSelected(self, event):
"""
-        Handles the ``wx.EVT_LISTBOX_DCLICK`` event for the wx.ListBox inside L{TabNavigatorWindow}.
+        Handles the ``wx.EVT_LISTBOX_DCLICK`` event for the `wx.ListBox` inside L{TabNavigatorWindow}.

:param `event`: a `wx.ListEvent` event to be processed.
"""
@@ -786,7 +786,7 @@
the L{AuiManager}, where it is disadvantageous to have separate
windows for each tab control in the case of "docked tabs".

-    A derived class, L{AuiTabCtrl}, is an actual `wx.Window`-derived window
+    A derived class, L{AuiTabCtrl}, is an actual `wx.Window` - derived window
which can be used as a tab control in the normal sense.
"""

@@ -1730,7 +1730,7 @@

class AuiTabCtrl(wx.PyControl, AuiTabContainer):
"""
-    This is an actual `wx.Window`-derived window which can be used as a tab
+    This is an actual `wx.Window` - derived window which can be used as a tab
control in the normal sense.
"""
Tree

Table Of Contents

Previous topic

SVN Revision 68742 For auibook

Next topic

SVN Revision 69163 For auibook