! 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 ; : init-actions ( gadget pane -- ) over "actions" paint-prop dup [ actions-menu [ show-menu ] cons button-gestures ] [ 3drop ] ifte ; : ( style text -- label )