X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/72e0414996aa8f6b4af12878a3f94fa11a1375da..fcdb9e3641b6b833f7f02538c2a777dda1d43602:/hello-world.lisp diff --git a/hello-world.lisp b/hello-world.lisp index 43245c9..2ce6269 100644 --- a/hello-world.lisp +++ b/hello-world.lisp @@ -1,13 +1,11 @@ -(use-package :gtk) +(gtk:clg-init) -(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 ()