Improved gtk threading: added with-* macros, functions to call gtk-main
[cl-gtk2.git] / gtk / gtk.asd
index 14d9ef1..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.icon-view")
                (:file "gtk.cell-layout")
                (:file "gtk.cell-renderer")
+               (:file "gtk.combo-box")
+               (:file "gtk.menu")
+               (:file "gtk.ui-manager")
+               (:file "gtk.selectors")
+               (:file "gtk.layout-containers")
+               (:file "gtk.scrolling")
+               (: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.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