Is there any way to inheritance already created controllers?
For example I have 3 widgets based on can.Control() and now I want to create object which inheritance from all of them?
Your way works but need to create new objects.