[plt-scheme] Dynamic menu-item% callback assignment?

From: Greg Johnston (greg.johnston at gmail.com)
Date: Thu Feb 22 00:36:23 EST 2007

I'm using very modular MVC to create a GUI for a program. As such,
it's not really possible to create the callbacks for menu-item%s when
the objects are created. According to the MrEd manual, this is when
callbacks are created, unfortunately.

Is there any way to assign a callback later, or do I need to work around this?

Thanks,
Greg


Posted on the users mailing list.