| Did you know ... | Search Documentation: |
| menu->active_item |
object. Object
is either a menu_item or the value of a menu_item. Example:
?- new(M, menu(fill, marked)),
send_list(M, append,
[ @nil,
@grey12_image,
@grey25_image
]),
send(M, active_item, @grey12_image, @off).
<-active_item ->update