Update of /project/lgtk/cvsroot/lgtk/src In directory common-lisp.net:/tmp/cvs-serv10581/src
Modified Files: bindings.lisp gtkpackage.lisp Log Message: Added infrastructure for the slot definition stuff
Date: Wed Nov 5 16:20:41 2003 Author: mmommer
Index: lgtk/src/bindings.lisp diff -u lgtk/src/bindings.lisp:1.2 lgtk/src/bindings.lisp:1.3 --- lgtk/src/bindings.lisp:1.2 Wed Nov 5 12:49:56 2003 +++ lgtk/src/bindings.lisp Wed Nov 5 16:20:41 2003 @@ -9,8 +9,8 @@ (defpackage #:defbinding (:export #:def-binding #:def-bindings-types #:def-raw-binding #:set-aliens-package #:def-binding-type - #:in-filter #:out-filter #:alien-type) - (:use common-lisp clnexus-port)) + #:in-filter #:out-filter #:alien-type #:buildform) + (:use :common-lisp :clnexus-port))
(in-package #:defbinding)
Index: lgtk/src/gtkpackage.lisp diff -u lgtk/src/gtkpackage.lisp:1.1.1.1 lgtk/src/gtkpackage.lisp:1.2 --- lgtk/src/gtkpackage.lisp:1.1.1.1 Mon Oct 27 14:15:02 2003 +++ lgtk/src/gtkpackage.lisp Wed Nov 5 16:20:41 2003 @@ -49,4 +49,5 @@ ;; enums. Only export those which can be combined via | in ;; C. See file enums.lisp for details. :gtkattachoptions) - (:use common-lisp nexus widget-nexus callback enums defbinding clnexus-port)) + (:use common-lisp nexus widget-nexus callback enums defbinding clnexus-port + dynaslot))