From b1bd926714a41589d68b83d72d511fb91655c48d Mon Sep 17 00:00:00 2001 From: espen Date: Fri, 4 Mar 2005 19:14:06 +0000 Subject: [PATCH] Changed how the widgets are made visible. --- hello-world.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ ; :type :toplevel :title "Test" :border-width 5 - :show-all t + :visible :show-children t :child (make-instance 'button :label "Hello World!" :signal (list 'clicked -- 2.11.0