! Copyright (C) 2005 Slava Pestov. ! See http://factor.sf.net/license.txt for BSD license. IN: gadgets USING: generic kernel lists math namespaces sdl ; : button-pressed ( button -- ) dup f bevel-up? set-paint-property redraw ; : button-released ( button -- ) dup t bevel-up? set-paint-property redraw ; :