chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc38b2
)
gtk-export.lisp renamed
author
espen
<espen>
Sun, 31 Oct 2004 11:58:29 +0000
(11:58 +0000)
committer
espen
<espen>
Sun, 31 Oct 2004 11:58:29 +0000
(11:58 +0000)
gtk/export.lisp
[new file with mode: 0644]
patch
|
blob
diff --git a/gtk/export.lisp
b/gtk/export.lisp
new file mode 100644
(file)
index 0000000..
19fbd15
--- /dev/null
+++ b/
gtk/export.lisp
@@ -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")