AGW Logo

svn SVN Revision 70873 For customtreectrl

This file contains the SVN revision history for customtreectrl, at revision 70873.

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 19:15:31 UTC
  • Committer: AG
  • File Size: 297004 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

CustomTreeCtrl: draw more realistic (in terms of size) +/- tree buttons


svn_diff Diff To Previous Version (70845)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/customtreectrl.py     2012/03/08 19:16:09     70845
+++ wxPython/3rdParty/AGW/agw/customtreectrl.py     2012/03/11 20:26:28     70873
@@ -3,7 +3,7 @@
# Inspired By And Heavily Based On wxGenericTreeCtrl.
#
# Andrea Gavana, @ 17 May 2006
-# Latest Revision: 08 Mar 2012, 21.00 GMT
+# Latest Revision: 10 Mar 2012, 21.00 GMT
#
#
# TODO List
@@ -299,7 +299,7 @@

L{CustomTreeCtrl} is distributed under the wxPython license.

-Latest Revision: Andrea Gavana @ 08 Mar 2012, 21.00 GMT
+Latest Revision: Andrea Gavana @ 10 Mar 2012, 21.00 GMT

Version 2.6

@@ -6878,8 +6878,8 @@
else:
# These are the standard wx.TreeCtrl buttons as wx.RendererNative knows

-                        wImage = 9
-                        hImage = 9
+                        wImage = 11
+                        hImage = 11

flag = 0

@@ -6888,7 +6888,7 @@
if item == self._underMouse:
flag |= _CONTROL_CURRENT

-                        self._drawingfunction(self, dc, wx.Rect(x - wImage/2, y_mid - hImage/2,wImage, hImage), flag)
+                        self._drawingfunction(self, dc, wx.Rect(x - wImage/2, y_mid - hImage/2, wImage, hImage), flag)

if item.IsExpanded():
Tree

Table Of Contents

Previous topic

SVN Revision 70845 For customtreectrl

Next topic

flatmenu