Robin Dunn
caee23d55d
wx.lib.customtreectrl patches from Andrea:
...
1. ExpandAll has been renamed as ExpandAllChildren, and the new
ExpandAll now takes no input arguments (consistent with
wx.TreeCtrl)
2. ctstyle keyword is now defaulted to 0: every style related to
CustomTreeCtrl and the underlying wx.PyScrolledWindow should be
declared using the keyword "style" only. For backward
compatibility, ctstyle continues to work as I merged ctstyle and
style in the __init__ method.
3. GetClassDefaultAttributes is now a classmethod.
4. UnselectAll bug fixed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-03-02 21:04:52 +00:00
..
2006-10-31 08:50:17 +00:00
2006-12-02 04:51:13 +00:00
2004-05-02 02:41:33 +00:00
2006-11-21 03:44:35 +00:00
2006-01-29 17:35:47 +00:00
2007-03-01 01:08:41 +00:00
2007-02-26 23:35:07 +00:00
2007-02-16 23:32:37 +00:00
2003-11-12 21:34:20 +00:00
2003-11-12 21:34:20 +00:00
2006-10-11 23:51:03 +00:00
2005-05-12 22:46:53 +00:00
2007-03-01 18:52:13 +00:00
2006-12-12 01:51:18 +00:00
2006-11-07 03:46:37 +00:00
2004-12-07 17:53:56 +00:00
2003-12-18 19:10:26 +00:00
2005-05-12 22:46:53 +00:00
2006-10-09 02:32:08 +00:00
2006-09-07 17:14:57 +00:00
2007-03-02 21:04:52 +00:00
2006-09-21 19:14:02 +00:00
2006-06-27 22:30:12 +00:00
2006-11-16 23:36:54 +00:00
2006-09-06 04:18:36 +00:00
2005-06-02 03:41:32 +00:00
2006-11-07 05:17:30 +00:00
2006-05-19 01:57:30 +00:00
2007-02-19 21:17:27 +00:00
2004-03-23 05:29:50 +00:00
2007-02-19 20:30:23 +00:00
2003-12-20 19:36:30 +00:00
2004-12-23 20:19:17 +00:00
2006-06-11 00:13:05 +00:00
2006-06-11 00:13:05 +00:00
2006-07-12 21:48:47 +00:00
2004-08-25 22:04:29 +00:00
2005-12-30 23:02:03 +00:00
2006-10-06 23:21:07 +00:00
2006-06-08 19:12:13 +00:00
2007-01-19 19:51:08 +00:00
2006-06-27 22:30:12 +00:00
2007-01-26 22:39:24 +00:00
2006-09-08 20:09:27 +00:00
2006-12-08 23:46:22 +00:00
2003-12-20 19:36:30 +00:00
2005-03-24 20:37:48 +00:00
2006-09-08 20:09:27 +00:00
2006-08-20 04:49:34 +00:00
2006-07-21 16:10:42 +00:00
2007-03-01 01:26:13 +00:00
2004-05-02 02:41:33 +00:00
2006-08-26 21:15:40 +00:00
2006-06-11 00:13:05 +00:00
2006-10-03 21:31:28 +00:00
2006-09-08 20:09:27 +00:00
2005-04-06 04:39:11 +00:00
2004-05-02 02:41:33 +00:00
2003-12-17 00:34:40 +00:00
2006-10-31 08:50:17 +00:00
2006-06-11 00:13:05 +00:00
2006-09-08 20:09:27 +00:00
2004-05-02 02:41:33 +00:00
2006-10-31 08:50:17 +00:00
2006-10-31 08:50:17 +00:00
2007-01-12 18:40:30 +00:00
2005-12-30 23:02:03 +00:00
2005-05-18 00:39:38 +00:00
2006-10-31 08:50:17 +00:00
2006-09-08 20:09:27 +00:00
2006-10-16 19:49:43 +00:00
2004-08-25 23:57:23 +00:00
2007-02-09 23:43:24 +00:00