What is best way to link DlangUI widget and program logic?

Murzistor via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 28 01:51:11 PDT 2017


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.


More information about the Digitalmars-d-learn mailing list