AGW Logo

svn SVN Revision 69163 For auibook

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

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: 07-Apr-2009 16:09:59 UTC
  • Committer: AG
  • File Size: 193484 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

AuiNotebook: implement the Selection property in CommandNotebookEvent. Closes #13491.


svn_diff Diff To Previous Version (69086)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/aui/auibook.py        2011/09/14 19:39:08     69086
+++ wxPython/3rdParty/AGW/agw/aui/auibook.py        2011/09/20 17:26:19     69163
@@ -484,6 +484,8 @@
self.label = label


+    Selection = property(lambda self: self.GetSelection(), lambda self, sel: self.SetSelection(sel))
+
# ----------------------------------------------------------------------

class AuiNotebookEvent(CommandNotebookEvent):
Tree

Table Of Contents

Previous topic

SVN Revision 69086 For auibook

Next topic

SVN Revision 69232 For auibook