AGW Logo

svn SVN Revision 69982 For auibar

This file contains the SVN revision history for auibar, at revision 69982.

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: 31-Mar-2009 16:34:20 UTC
  • Committer: AG
  • File Size: 132261 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

  • AuiToolBar: fixed mixed keyword-non keyword signature of AddTool.

svn_diff Diff To Previous Version (69315)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/aui/auibar.py 2011/10/05 19:01:34     69315
+++ wxPython/3rdParty/AGW/agw/aui/auibar.py 2011/12/11 09:15:20     69982
@@ -1749,7 +1749,7 @@
return self.AddTool(tool_id, "", bitmap, disabled_bitmap, kind, short_help_string, long_help_string, client_data)


-    def AddTool(self, tool_id, label, bitmap, disabled_bitmap, kind, short_help_string, long_help_string, client_data, target):
+    def AddTool(self, tool_id, label, bitmap, disabled_bitmap, kind, short_help_string='', long_help_string='', client_data=None, target=None):
"""
Adds a tool to the toolbar. This is the full feature version of L{AddTool}.
Tree

Table Of Contents

Previous topic

SVN Revision 69315 For auibar

Next topic

SVN Revision 70555 For auibar