X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/72e0414996aa8f6b4af12878a3f94fa11a1375da..79c7839653d89bae3d5d7ef490ef32dd5d248b30:/hello-world.lisp diff --git a/hello-world.lisp b/hello-world.lisp index 43245c9..ab99220 100644 --- a/hello-world.lisp +++ b/hello-world.lisp @@ -6,7 +6,7 @@ (make-instance 'window ; :type :toplevel :title "Test" :border-width 5 - :show-all t + :visible t :show-children t :child (make-instance 'button :label "Hello World!" :signal (list 'clicked