X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/7e642867d5b0bfae81f86c76e69ac5db2002d8d6..4647154643c46296510b5c5c25c2eae224ae833a:/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