AGW Logo

svn SVN Revision 69627 For auibook

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

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: 03-Apr-2009 10:31:34 UTC
  • Committer: AG
  • File Size: 194853 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

  • AuiManager: fix the assertion error in the demo;
  • Others: minor fixes to the docstrings.

svn_diff Diff To Previous Version (69432)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/aui/auibook.py        2011/10/14 18:29:37     69432
+++ wxPython/3rdParty/AGW/agw/aui/auibook.py        2011/11/01 19:42:21     69627
@@ -2585,7 +2585,9 @@

:param `show`: ``True`` to show the window, ``False`` otherwise.

-        :note: Overridden from `wx.PyControl`, this method always returns ``False`` as
+        :note:
+
+         Overridden from `wx.PyControl`, this method always returns ``False`` as
L{TabFrame} should never be phisically shown on screen.
"""

@@ -3309,7 +3311,9 @@

:param `page_idx`: the page index to be deleted.

-        :note: L{DeletePage} removes a tab from the multi-notebook, and destroys the window as well.
+        :note:
+
+         L{DeletePage} removes a tab from the multi-notebook, and destroys the window as well.

:see: L{RemovePage}
"""
@@ -3338,7 +3342,9 @@

:param `page_idx`: the page index to be removed.

-        :note: L{RemovePage} removes a tab from the multi-notebook, but does not destroy the window.
+        :note:
+
+         L{RemovePage} removes a tab from the multi-notebook, but does not destroy the window.

:see: L{DeletePage}
"""
Tree

Table Of Contents

Previous topic

SVN Revision 69432 For auibook

Next topic

SVN Revision 70742 For auibook