X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/781a1be5aeebb0c40b01033be5ea1b82fa3632e3..f0c3c3e59fe910d16608ccdb6ae58b368e664552:/hello-world.lisp diff --git a/hello-world.lisp b/hello-world.lisp index f700cb2..ab99220 100644 --- a/hello-world.lisp +++ b/hello-world.lisp @@ -1,10 +1,12 @@ (use-package :gtk) +(clg-init) + (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