! Copyright (C) 2005 Slava Pestov. ! See http://factor.sf.net/license.txt for BSD license. IN: gadgets-presentations USING: arrays gadgets gadgets-labels gadgets-layouts gadgets-outliner gadgets-panes hashtables io kernel sequences strings styles ; : init-commands ( style gadget -- gadget ) presented rot hash [ ] when* ; : style-font ( style -- font ) [ font swap hash [ "Monospaced" ] unless* ] keep [ font-style swap hash [ plain ] unless* ] keep font-size swap hash [ 12 ] unless* 3array ; : ( style text -- label )