X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/781a1be5aeebb0c40b01033be5ea1b82fa3632e3..b1bd926714a41589d68b83d72d511fb91655c48d:/hello-world.lisp?ds=sidebyside diff --git a/hello-world.lisp b/hello-world.lisp index f700cb2..f6881bf 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 :show-children t :child (make-instance 'button :label "Hello World!" :signal (list 'clicked