X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gtk%2Fcl-gtk2-gtk.asd;h=ee4ab706fca3126865b0c6ed3f1ac47742fe5a85;hb=89b8d7f826c33afc4f8b14a0c7f284c975551dec;hp=eccb3dfa1f24f702ed32b16b062015f640e8dc40;hpb=1d46f9f4cb80cecd03a79c89daedf7a81d5dd608;p=cl-gtk2.git diff --git a/gtk/cl-gtk2-gtk.asd b/gtk/cl-gtk2-gtk.asd index eccb3df..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,14 +55,15 @@ (:file "gtk.high-level") + (:file "ui-markup") + (:file "gtk.dialog.example") (:file "gtk.demo") - #+sbcl (:file "sbcl") (:module "demo-files" :pathname "demo" :components ((:static-file "demo1.glade") (: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))