Improved gtk threading: added with-* macros, functions to call gtk-main
[cl-gtk2.git] / gtk / gtk.asd
index ef242d0..8479ea0 100644 (file)
@@ -3,6 +3,7 @@
   :serial t
   :components ((:file "gtk.package")
                (:file "gtk.misc")
+               (:file "gtk.object")
                (:file "gtk.objects")
                (:file "gtk.generated-classes")
                (:file "gtk.main_loop_events")
                (:file "gtk.container")
                (:file "gtk.paned")
                (:file "gtk.child-properties")
+               (:file "gtk.widget")
+               (:file "gtk.builder")
+
+               (:file "gtk.main-loop-events")
                
+
+               (:file "gtk.generated-child-properties")
+               
+               (:file "gtk.high-level")
+
                (:file "gtk.dialog.example")
                
                (:file "gtk.demo"))
-  :depends-on (:glib :cffi :gdk :anaphora))
\ No newline at end of file
+  :depends-on (:glib :cffi :gdk :anaphora :bordeaux-threads))
\ No newline at end of file