factor/library/ui/test/titled-gadget.factor

8 lines
204 B
Factor
Raw Normal View History

2006-10-26 00:07:18 -04:00
IN: temporary
USING: gadgets-labels gadgets namespaces test ;
"Hey" <label> "Foo" <titled-gadget> "t" set
[ t ] [ "t" get focusable-child label? ] unit-test
[ "Foo" ] [ "t" get gadget-title ] unit-test