factor/extra/ui/gadgets/packs/packs-tests.factor

16 lines
332 B
Factor
Raw Normal View History

2008-03-01 17:00:45 -05:00
IN: ui.gadgets.packs.tests
2007-09-20 18:09:08 -04:00
USING: ui.gadgets.packs ui.gadgets.labels ui.gadgets ui.render
kernel namespaces tools.test math.parser sequences ;
[ t ] [
{ 0 0 } { 100 100 } <rect> clip set
[
100 [ number>string <label> gadget, ] each
] make-pile
dup layout
visible-children [ label? ] all?
] unit-test