Files
wxWidgets/wxPython
Robin Dunn bf2481b9cf Patch from Andrea that fixes the following problems/issues:
a) ZeroDivisionError when using the Vista selection style and calling
SelectItem; for some strange reason, sometimes the item rect is not
initialized and that generates the ZeroDivisionError when painting the
selection rectangle;
b) Added a DeleteWindow method to GenericTreeItem class, for items
that hold a widget next to them;
c) Renamed CustomTreeCtrl method IsEnabled to IsItemEnabled, otherwise
it conflicts with wx.Window.IsEnabled;
d) Now CustomTreeCtrl behaves correctly when the widget attached to an
item is narrower (in height) than the item text;


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-04-17 16:26:28 +00:00
..
2007-03-26 19:53:37 +00:00
2007-03-26 19:55:31 +00:00
2007-03-20 22:34:20 +00:00
2007-03-26 19:55:31 +00:00
2007-02-05 21:57:59 +00:00
2007-03-26 19:55:31 +00:00
2007-01-24 00:01:53 +00:00
2007-03-22 18:48:36 +00:00
2005-02-18 19:33:00 +00:00
2006-07-05 00:37:11 +00:00
2004-07-06 21:12:52 +00:00
2007-03-19 16:03:52 +00:00
2007-01-06 19:44:28 +00:00