! Copyright (C) 2005 Slava Pestov. ! See http://factor.sf.net/license.txt for BSD license. IN: gadgets USING: generic io kernel listener math namespaces styles threads ; global [ world set {{ [[ background [ 255 255 255 ] ]] [[ rollover-bg [ 255 255 204 ] ]] [[ foreground [ 0 0 0 ] ]] [[ reverse-video f ]] [[ font "Sans Serif" ]] [[ font-size 12 ]] [[ font-style plain ]] }} world get set-gadget-paint { 1024 768 0 } world get set-gadget-dim add-layer dup "Stack display goes here"