factor/core/ui/test/search.factor

20 lines
399 B
Factor
Raw Permalink Normal View History

2006-11-16 22:05:27 -05:00
IN: temporary
USING: gadgets-search io test namespaces gadgets
2006-11-18 03:51:34 -05:00
sequences threads freetype timers kernel words ;
2006-10-06 17:42:12 -04:00
2006-11-16 22:05:27 -05:00
timers get [ init-timers ] unless
[
2006-11-18 03:51:34 -05:00
"set-word-prop" all-words <word-search> "search" set
2006-11-16 22:05:27 -05:00
"search" get graft
1000 sleep
do-timers
[ f ]
[ "search" get live-search-list control-value empty? ]
unit-test
"search" get ungraft
] with-freetype