chiark / gitweb /
Changes necessary to allow saving of core images with clg.
[clg] / hello-world.lisp
index 43245c9f54571083de24dde62adee2482bd68004..ab992201e51e93e47bc04b129adc0bb79fff97c6 100644 (file)
@@ -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