[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Menus in Dr.Scheme



HI everyone.We gotta do a small video games in a Scheme course and I'm trying to implement menus in our application. But I got a problem when it comes to make a menu-item object.I need a "callback procedure" as an argument for making the object but I dunno what it is and how to make one.Anyone has an idea?