IN: temporary USING: gadgets test namespaces ; TUPLE: fooey ; [ ] [ set-gadget-delegate ] unit-test [ ] [ f set-gadget-delegate ] unit-test [ { 300 300 } ] [ ! c contains b contains a "a" set "b" set "a" get "b" get add-gadget "c" set "b" get "c" get add-gadget ! position a and b { 100 200 } "a" get set-rect-loc { 200 100 } "b" get set-rect-loc ! give c a loc, it doesn't matter { -1000 23 } "c" get set-rect-loc ! what is the location of a inside c? "a" get "c" get relative-loc ] unit-test