! Copyright (C) 2005 Slava Pestov. ! See http://factor.sf.net/license.txt for BSD license. IN: gadgets USING: hashtables io kernel lists namespaces parser prettyprint sequences ; DEFER: pane-eval : actions-menu ( pane actions -- menu ) [ uncons rot [ pane-eval ] cons cons cons ] map-with