X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/a66653158366447137bcfd3aa43b5819ea1fd21a..04725e4e2392daf73a55db9ebd63a4d268f1a8db:/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 ()