gui/collects/tests/framework/frame.ss
Robby Findler 35b897a610 ...
original commit: 5305c0ca3d1b7cf54708e0b477005eda2454d452
1998-11-21 02:57:41 +00:00

22 lines
511 B
Scheme

(test
'basic-mixin-creation
(lambda (x) x)
(lambda ()
(send-sexp-to-mred
'(send (make-object (frame:basic-mixin frame%) "test") show #t))
(wait-for-frame "test")
(send-sexp-to-mred
'(send (get-top-level-focus-window) show #f))
#t))
(test
'basic-mixin-creation
(lambda (x) x)
(lambda ()
(send-sexp-to-mred
'(send (make-object (frame:basic-mixin frame%) "test") show #t))
(wait-for-frame "test")
(send-sexp-to-mred
'(send (get-top-level-focus-window) show #f))
#t))