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

22 lines
466 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 math.geometry.rect
accessors ;
2007-09-20 18:09:08 -04:00
[ t ] [
{ 0 0 } { 100 100 } <rect> clip set
2008-07-14 16:11:58 -04:00
<pile>
100 [ number>string <label> add-gadget ] each
2007-09-20 18:09:08 -04:00
dup layout
visible-children [ label? ] all?
] unit-test
[ { { 10 30 } } ] [
{ { 10 20 } }
{ { 100 30 } }
<gadget> { 0 1 } >>orientation
orient
] unit-test