! Copyright (C) 2005 Slava Pestov. ! See http://factor.sf.net/license.txt for BSD license. IN: gadgets USING: kernel lists unparser ; DEFER: inspect : actionize ( obj assoc -- assoc ) [ unswons >r >r unit [ car ] cons r> append r> swons ] map-with ; : object-menu ( obj -- assoc ) [ [[ "Inspect" [ inspect ] ]] ] actionize ; TUPLE: presentation object delegate ; : presentation-actions ( presentation -- ) dup [ drop ] [ button-up 1 ] set-action [ presentation-object object-menu