From: espen Date: Sat, 4 Dec 2004 18:28:04 +0000 (+0000) Subject: Adding gtktext.lisp and gtkaction.lisp X-Git-Tag: clg-0-90~182 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/5227ca48bee335b8691518ad0e17ef10784782f9 Adding gtktext.lisp and gtkaction.lisp --- diff --git a/gtk/export.lisp b/gtk/export.lisp index 19fbd15..c872543 100644 --- a/gtk/export.lisp +++ b/gtk/export.lisp @@ -5,4 +5,6 @@ (export-from-file #p"clg:gtk;gtktypes.lisp") (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;gtktree.lisp") +(export-from-file #p"clg:gtk;gtkaction.lisp") (export-from-file #p"clg:gtk;gtkutils.lisp") diff --git a/gtk/gtk.asd b/gtk/gtk.asd index 05f3c95..423e37f 100644 --- a/gtk/gtk.asd +++ b/gtk/gtk.asd @@ -25,6 +25,8 @@ (:file "gtkwidget" :depends-on ("gtktypes")) (:file "gtkcontainer" :depends-on ("gtktypes")) (:file "gtktree" :depends-on ("gtktypes")) + (:file "gtktext" :depends-on ("gtktypes")) + (:file "gtkaction" :depends-on ("gtktypes")) (:file "gtk" :depends-on ("gtktypes")) (:file "gtkutils" :depends-on ("gtk")) (:file "export" :depends-on ("gtktypes" "gtk"))))