chiark / gitweb /
Doesn't import symbols from the GTK package into CL-USER any more
authorespen <espen>
Sun, 26 Feb 2006 11:51:02 +0000 (11:51 +0000)
committerespen <espen>
Sun, 26 Feb 2006 11:51:02 +0000 (11:51 +0000)
hello-world.lisp

index ab992201e51e93e47bc04b129adc0bb79fff97c6..2ce6269925aad5c387e9457cc8ae19cb05ca3431 100644 (file)
@@ -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
  :visible t :show-children t
- :child (make-instance 'button
+ :child (make-instance 'gtk:button
         :label "Hello World!"
         :signal (list 'clicked
                       #'(lambda ()