chiark / gitweb /
Modified DEFCALLBACK to avoid unnecessary variable bindings.
[clg] / gtk / export.lisp
... / ...
CommitLineData
1(in-package "GTK")
2
3;;; Autogenerating exported symbols
4(export-from-file #p"clg:gtk;gtktypes.lisp")
5(export-from-file #p"clg:gtk;gtkwidget.lisp")
6(export-from-file #p"clg:gtk;gtkcontainer.lisp")
7(export-from-file #p"clg:gtk;gtk.lisp")
8(export-from-file #p"clg:gtk;gtktree.lisp")
9(export-from-file #p"clg:gtk;gtkaction.lisp")
10(export-from-file #p"clg:gtk;gtkutils.lisp")
11(export-from-file #p"clg:gtk;gtkstyle.lisp")