X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/781a1be5aeebb0c40b01033be5ea1b82fa3632e3..fcdb9e3641b6b833f7f02538c2a777dda1d43602:/hello-world.lisp diff --git a/hello-world.lisp b/hello-world.lisp index f700cb2..2ce6269 100644 --- a/hello-world.lisp +++ b/hello-world.lisp @@ -1,11 +1,11 @@ -(use-package :gtk) +(gtk:clg-init) -(make-instance 'window +(make-instance 'gtk:window ; :type :toplevel :title "Test" :border-width 5 - :show-all t - :child (make-instance 'button + :visible t :show-children t + :child (make-instance 'gtk:button :label "Hello World!" :signal (list 'clicked #'(lambda ()