X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk%2Fcl-gtk2-gtk.asd;h=0672a179524e1e57ca0849a676a2b90aeacd32f7;hb=c5a046da8c5ca824b266ff48034a860790dc1aa3;hp=6dd4847f68759fdc4e67c63e8254ab6378646aad;hpb=313c905391ae6cfdcb15a0a341db2bd0951e489e;p=cl-gtk2.git diff --git a/gtk/cl-gtk2-gtk.asd b/gtk/cl-gtk2-gtk.asd index 6dd4847..0672a17 100644 --- a/gtk/cl-gtk2-gtk.asd +++ b/gtk/cl-gtk2-gtk.asd @@ -1,5 +1,6 @@ (defsystem :cl-gtk2-gtk :name :cl-gtk2-gtk + :version "0.1" :author "Kalyanov Dmitry " :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") @@ -39,7 +43,6 @@ (:file "gtk.calendar") (:file "gtk.size-group") (:file "gtk.tooltip") - (:file "gtk.bin") (:file "gtk.box") (:file "gtk.container") (:file "gtk.paned") @@ -48,6 +51,8 @@ (:file "gtk.builder") (:file "gtk.assistant") (:file "gtk.link-button") + (:file "gtk.list-store") + (:file "gtk.tree-store") (:file "gtk.main-loop-events") @@ -61,10 +66,11 @@ (:file "gtk.dialog.example") (:file "gtk.demo") + (:file "gtk.timer") (: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 :iterate)) + :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-gdk :bordeaux-threads :iterate :cl-gtk2-pango))