AGW Logo

svn SVN Revision 69803 For labelbook

This file contains the SVN revision history for labelbook, at revision 69803.

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: 17-Oct-2008 20:51:43 UTC
  • Committer: AG
  • File Size: 107288 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

LabelBook: add page changing/changed events when using AddPage/InsertPage.


svn_diff Diff To Previous Version (68881)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/labelbook.py  2011/08/25 16:40:17     68881
+++ wxPython/3rdParty/AGW/agw/labelbook.py  2011/11/23 17:47:12     69803
@@ -10,7 +10,7 @@
# Python Code By:
#
# Andrea Gavana, @ 03 Nov 2006
-# Latest Revision: 17 Aug 2011, 15.00 GMT
+# Latest Revision: 23 Nov 2011, 18.00 GMT
#
#
# For All Kind Of Problems, Requests Of Enhancements And Bug Reports, Please
@@ -160,7 +160,7 @@

L{LabelBook} and L{FlatImageBook} are distributed under the wxPython license.

-Latest Revision: Andrea Gavana @ 17 Aug 2011, 15.00 GMT
+Latest Revision: Andrea Gavana @ 23 Nov 2011, 18.00 GMT

Version 0.5.

@@ -2270,7 +2270,7 @@
self._windows.append(page)

if select or len(self._windows) == 1:
-            self.DoSetSelection(page)
+            self.SetSelection(len(self._windows)-1)
else:
page.Hide()

@@ -2300,7 +2300,7 @@
self._windows.insert(page_idx, page)

if select or len(self._windows) == 1:
-            self.DoSetSelection(page)
+            self.SetSelection(page_idx)
else:
page.Hide()
Tree

Table Of Contents

Previous topic

SVN Revision 68881 For labelbook

Next topic

SVN Revision 69946 For labelbook