AGW Logo

svn SVN Revision 68021 For auibook

This file contains the SVN revision history for auibook, at revision 68021.

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: 21-Apr-2009 13:41:28 UTC
  • Committer: AG
  • File Size: 191735 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

  • Fixed bug #13269 for CustomTreeCtrl and HyperTreeList (thanks to Frank Niessink);
  • Fixed bug #13268 for AuiToolBar;
  • Fixed bug #13107 on AuiNotebook.

svn_diff Diff To Previous Version (67166)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/aui/auibook.py        2011/03/10 13:52:18     67166
+++ wxPython/3rdParty/AGW/agw/aui/auibook.py        2011/06/22 19:56:23     68021
@@ -2682,6 +2682,7 @@
self._requested_tabctrl_height = -1
self._textCtrl = None
self._tabBounds = (-1, -1)
+        self._click_tab = None

wx.PyPanel.__init__(self, parent, id, pos, size, style|wx.BORDER_NONE|wx.TAB_TRAVERSAL)
self._mgr = framemanager.AuiManager()
Tree

Table Of Contents

Previous topic

TabTextCtrl

Next topic

SVN Revision 68342 For auibook