From 1f518a5194eb0085bcd6f536c1608e9c38ad2729 Mon Sep 17 00:00:00 2001 From: espen Date: Thu, 25 Oct 2001 08:16:17 +0000 Subject: [PATCH] Moved a couple of functions wrongly put in gtkobject.lisp to gtkcontainer.lisp --- gtk/gtkcontainer.lisp | 15 ++++++++++++++- gtk/gtkobject.lisp | 14 +------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/gtk/gtkcontainer.lisp b/gtk/gtkcontainer.lisp index e103c19..10ab538 100644 --- a/gtk/gtkcontainer.lisp +++ b/gtk/gtkcontainer.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gtkcontainer.lisp,v 1.4 2001-10-21 23:20:13 espen Exp $ +;; $Id: gtkcontainer.lisp,v 1.5 2001-10-25 08:16:17 espen Exp $ (in-package "GTK") @@ -49,6 +49,19 @@ (slot-makunbound widget 'child-slots)) +(defbinding %container-child-get-property () nil + (container container) + (child widget) + (property-name string) + (value gvalue)) + +(defbinding %container-child-set-property () nil + (container container) + (child widget) + (property-name string) + (value gvalue)) + + (defbinding container-check-resize () nil (container container)) diff --git a/gtk/gtkobject.lisp b/gtk/gtkobject.lisp index 056d41f..f5e5e5d 100644 --- a/gtk/gtkobject.lisp +++ b/gtk/gtkobject.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gtkobject.lisp,v 1.10 2001-10-21 23:18:11 espen Exp $ +;; $Id: gtkobject.lisp,v 1.11 2001-10-25 08:16:17 espen Exp $ (in-package "GTK") @@ -136,18 +136,6 @@ (:property (find-class 'effective-child-slot-definition)) (t (call-next-method)))) -(defbinding %container-child-get-property () nil - (container container) - (child widget) - (property-name string) - (value gvalue)) - -(defbinding %container-child-set-property () nil - (container container) - (child widget) - (property-name string) - (value gvalue)) - (defmethod compute-virtual-slot-accessors ((class child-class) (slotd effective-child-slot-definition) direct-slotds) (with-slots (type) slotd -- 2.11.0