X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gtk%2Fcl-gtk2-gtk.asd;h=ee4ab706fca3126865b0c6ed3f1ac47742fe5a85;hb=89b8d7f826c33afc4f8b14a0c7f284c975551dec;hp=cea1fcd8ae1f53609b7c43aaa115bfedbbbe6779;hpb=a2cc06c61d808ba45fc2fe8d004cd3f47b72b4e5;p=cl-gtk2.git diff --git a/gtk/cl-gtk2-gtk.asd b/gtk/cl-gtk2-gtk.asd index cea1fcd..ee4ab70 100644 --- a/gtk/cl-gtk2-gtk.asd +++ b/gtk/cl-gtk2-gtk.asd @@ -13,6 +13,7 @@ (:file "gtk.base-classes") (:file "gtk.dialog") (:file "gtk.window") + (:file "gtk.window-group") (:file "gtk.image") (:file "gtk.label") (:file "gtk.progress-bar") @@ -38,14 +39,15 @@ (:file "gtk.calendar") (:file "gtk.size-group") (:file "gtk.tooltip") - (:file "gtk.bin") (:file "gtk.box") (:file "gtk.container") (:file "gtk.paned") (:file "gtk.child-properties") (:file "gtk.widget") (:file "gtk.builder") - + (:file "gtk.assistant") + (:file "gtk.link-button") + (:file "gtk.main-loop-events") @@ -53,6 +55,8 @@ (:file "gtk.high-level") + (:file "ui-markup") + (:file "gtk.dialog.example") (:file "gtk.demo") @@ -62,4 +66,4 @@ (:static-file "demo1.ui") (:static-file "text-editor.glade") (:static-file "text-editor.ui")))) - :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-gdk :bordeaux-threads)) \ No newline at end of file + :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-gdk :bordeaux-threads :iterate :cl-gtk2-pango))