www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - What is best way to link DlangUI widget and program logic?

I want to call a method of the certain instance of "MyClass" from 
certain widget.
Each widget should know its corresponding instance of "MyClass".
As far as I understood, delegates cannot do it.
Jun 28 2017