chiark / gitweb /
gtk-export.lisp renamed
authorespen <espen>
Sun, 31 Oct 2004 11:58:29 +0000 (11:58 +0000)
committerespen <espen>
Sun, 31 Oct 2004 11:58:29 +0000 (11:58 +0000)
gtk/export.lisp [new file with mode: 0644]

diff --git a/gtk/export.lisp b/gtk/export.lisp
new file mode 100644 (file)
index 0000000..19fbd15
--- /dev/null
@@ -0,0 +1,8 @@
+(in-package "GTK")
+
+;;; Autogenerating exported symbols
+(export-from-file #p"clg:gtk;gtktypes.lisp")
+(export-from-file #p"clg:gtk;gtkwidget.lisp")
+(export-from-file #p"clg:gtk;gtkcontainer.lisp")
+(export-from-file #p"clg:gtk;gtk.lisp")
+(export-from-file #p"clg:gtk;gtkutils.lisp")