Im trying to make a Tree view widget and I got a check box in an entry widget. The point is, if check state of parent changed children should change it too. But the question is how to get list of children of unique entry widget not like items, but like widgets too.

The only way is to use GetDisplayEntryWidget, but it gives all the widgets and I can’t get their parent widgets to check the state.
Do anybody knows how can i make it?
