Added new file gtkutils.lisp
authorespen <espen>
Thu, 5 Oct 2000 17:22:29 +0000 (17:22 +0000)
committerespen <espen>
Thu, 5 Oct 2000 17:22:29 +0000 (17:22 +0000)
clg.system
gtk/gtk-export.lisp

index 53d5df3..9076da5 100644 (file)
@@ -76,6 +76,9 @@
        (:file "gtktypes" :depends-on ("gtkenums" "gtkobject"))
        (:file "gtkwidget" :depends-on ("gtktypes"))
        (:file "gtkcontainer" :depends-on ("gtktypes"))
-       (:file "gtk" :depends-on ("gtkcontainer")))
+       (:file "gtk" :depends-on ("gtktypes"))
+       (:file "gtkutils" :depends-on ("gtk")))
       :depends-on (glib gdk "gtkglue")))))
 
+
+
index a014726..f51ad90 100644 (file)
@@ -6,3 +6,4 @@
 (export-from-file #p"clg:gtk;gtkwidget.lisp")
 (export-from-file #p"clg:gtk;gtkcontainer.lisp")
 (export-from-file #p"clg:gtk;gtk.lisp")
+(export-from-file #p"clg:gtk;gtkutils.lisp")