From: espen Date: Fri, 4 Mar 2005 19:14:06 +0000 (+0000) Subject: Changed how the widgets are made visible. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/b1bd926714a41589d68b83d72d511fb91655c48d Changed how the widgets are made visible. --- diff --git a/hello-world.lisp b/hello-world.lisp index 43245c9..f6881bf 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 :show-children t :child (make-instance 'button :label "Hello World!" :signal (list 'clicked