Files
wxWidgets/wxPython
Robin Dunn be3eff6271 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/trunk@45520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-04-17 16:26:28 +00:00
..
2007-04-16 19:43:08 +00:00
2007-02-07 16:24:56 +00:00
2007-02-07 16:24:56 +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-02-07 16:24:56 +00:00