From 8eab371b651b040987f22f7b55a04a7d681ae59c Mon Sep 17 00:00:00 2001 From: espen Date: Thu, 5 Oct 2000 17:22:29 +0000 Subject: [PATCH] Added new file gtkutils.lisp --- clg.system | 5 ++++- gtk/gtk-export.lisp | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/clg.system b/clg.system index 53d5df3..9076da5 100644 --- a/clg.system +++ b/clg.system @@ -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"))))) + + diff --git a/gtk/gtk-export.lisp b/gtk/gtk-export.lisp index a014726..f51ad90 100644 --- a/gtk/gtk-export.lisp +++ b/gtk/gtk-export.lisp @@ -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") -- 2.11.0