Initial commit
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Tue, 10 Feb 2009 11:54:39 +0000 (14:54 +0300)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Tue, 10 Feb 2009 11:54:39 +0000 (14:54 +0300)
commit0d03b82a77743d2ea5ef69bea08735fa12857d92
tree05e1c4a6674562ca06990f5cee2dde5a13692fe2
Initial commit
51 files changed:
gdk/gdk.asd [new file with mode: 0644]
gdk/gdk.functions.lisp [new file with mode: 0644]
gdk/gdk.objects.lisp [new file with mode: 0644]
gdk/gdk.package.lisp [new file with mode: 0644]
generating.lisp [new file with mode: 0644]
glib/glib.asd [new file with mode: 0644]
glib/glib.glist.lisp [new file with mode: 0644]
glib/glib.gstrv.lisp [new file with mode: 0644]
glib/glib.lisp [new file with mode: 0644]
glib/glib.string.lisp [new file with mode: 0644]
glib/gobject.boxed.lisp [new file with mode: 0644]
glib/gobject.closures.lisp [new file with mode: 0644]
glib/gobject.enum.lisp [new file with mode: 0644]
glib/gobject.foreign-closures.lisp [new file with mode: 0644]
glib/gobject.foreign-gboxed.lisp [new file with mode: 0644]
glib/gobject.foreign-gobject.lisp [new file with mode: 0644]
glib/gobject.foreign.lisp [new file with mode: 0644]
glib/gobject.generating.lisp [new file with mode: 0644]
glib/gobject.gobject-query.lisp [new file with mode: 0644]
glib/gobject.gparams.lisp [new file with mode: 0644]
glib/gobject.gvalue-parser.lisp [new file with mode: 0644]
glib/gobject.gvalue.lisp [new file with mode: 0644]
glib/gobject.object-defs.lisp [new file with mode: 0644]
glib/gobject.object.lisp [new file with mode: 0644]
glib/gobject.package.lisp [new file with mode: 0644]
glib/gobject.signals.lisp [new file with mode: 0644]
glib/gobject.structs.lisp [new file with mode: 0644]
glib/gobject.type.lisp [new file with mode: 0644]
gtk/gtk.asd [new file with mode: 0644]
gtk/gtk.base-classes.lisp [new file with mode: 0644]
gtk/gtk.demo.lisp [new file with mode: 0644]
gtk/gtk.dialog.example.lisp [new file with mode: 0644]
gtk/gtk.dialog.lisp [new file with mode: 0644]
gtk/gtk.entry.lisp [new file with mode: 0644]
gtk/gtk.functions.lisp [new file with mode: 0644]
gtk/gtk.generated-classes.lisp [new file with mode: 0644]
gtk/gtk.image.lisp [new file with mode: 0644]
gtk/gtk.label.lisp [new file with mode: 0644]
gtk/gtk.main_loop_events.lisp [new file with mode: 0644]
gtk/gtk.objects.lisp [new file with mode: 0644]
gtk/gtk.package.lisp [new file with mode: 0644]
gtk/gtk.progress-bar.lisp [new file with mode: 0644]
gtk/gtk.scale-button.lisp [new file with mode: 0644]
gtk/gtk.spin-button.lisp [new file with mode: 0644]
gtk/gtk.status-bar.lisp [new file with mode: 0644]
gtk/gtk.status-icon.lisp [new file with mode: 0644]
gtk/gtk.text-entry.lisp [new file with mode: 0644]
gtk/gtk.text.lisp [new file with mode: 0644]
gtk/gtk.widget.lisp [new file with mode: 0644]
gtk/gtk.window.lisp [new file with mode: 0644]
subclass.lisp [new file with mode: 0644]