A patch from Frame Niessink which adds an additional style that

(un)checks a parent when all children are (un)checked,
i.e. TR_AUTO_CHECK_PARENT.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-03 08:04:27 +00:00
parent 4f84bfb64f
commit eecfab1796
2 changed files with 34 additions and 3 deletions

View File

@@ -32,6 +32,9 @@ docs and etc. that they belong together.
AuiMultiNotebook --> AuiNotebook
AuiNotebookEvent --> AuiNotebookEvent
wx.lib.customtreectrl: A patch from Frame Niessink which adds an
additional style that (un)checks a parent when all children are
(un)checked, i.e. TR_AUTO_CHECK_PARENT.