some new code
[cl-gtk2.git] / gtk / cl-gtk2-gtk.asd
index 5829ee2..0672a17 100644 (file)
@@ -1,5 +1,6 @@
 (defsystem :cl-gtk2-gtk
   :name :cl-gtk2-gtk
+  :version "0.1"
   :author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
   :license "LLGPL"
   :serial t
@@ -14,6 +15,7 @@
                (:file "gtk.dialog")
                (:file "gtk.window")
                (:file "gtk.window-group")
+               (:file "gtk.icon-factory")
                (:file "gtk.image")
                (:file "gtk.label")
                (:file "gtk.progress-bar")
@@ -22,6 +24,8 @@
                (:file "gtk.scale-button")
                (:file "gtk.entry")
                (:file "gtk.spin-button")
+               (:file "gtk.selections")
+               (:file "gtk.dnd")
                (:file "gtk.text")
                (:file "gtk.tree-model")
                (:file "gtk.tree-view-column")
@@ -48,6 +52,7 @@
                (:file "gtk.assistant")
                (:file "gtk.link-button")
                (:file "gtk.list-store")
+               (:file "gtk.tree-store")
                
                (:file "gtk.main-loop-events")