chiark / gitweb /
Custom types are now re-registered when a saved image is loaded
[clg] / hello-world.lisp
index f700cb210b914d891f3a44244dcabbce36493116..2ce6269925aad5c387e9457cc8ae19cb05ca3431 100644 (file)
@@ -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 ()