From: espen Date: Fri, 4 Mar 2005 19:14:06 +0000 (+0000) Subject: Changed how the widgets are made visible. X-Git-Tag: clg-0-90~45 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/4bf13df9b4b2622020334b598076084eea2cb5c2?ds=inline 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