Containers nested in list-like manner
Is there a way to tell if containers are nested in a list-like manner?
For example: Con[Con[Con[Win]]]
While you can't create such a situation by just splitting windows, you can end up with this structure by closing windows from a more complex layout.
This makes it confusing to select the parent and the child, respectively.