factor/library/ui/test/gadgets.factor

8 lines
156 B
Factor
Raw Normal View History

IN: temporary
USING: gadgets test ;
TUPLE: fooey ;
[ ] [ <gadget> <fooey> set-gadget-delegate ] unit-test
[ ] [ f <fooey> set-gadget-delegate ] unit-test