Each widget should know its corresponding instance of "MyClass". As far as I understood, delegates cannot do it.
What is best way to link DlangUI widget and program logic?
Murzistor via Digitalmars-d-learn Wed, 28 Jun 2017 01:57:06 -0700
I want to call a method of the certain instance of "MyClass" from
certain widget.