chiark / gitweb /
Moved a couple of functions wrongly put in gtkobject.lisp to gtkcontainer.lisp
authorespen <espen>
Thu, 25 Oct 2001 08:16:17 +0000 (08:16 +0000)
committerespen <espen>
Thu, 25 Oct 2001 08:16:17 +0000 (08:16 +0000)
gtk/gtkcontainer.lisp
gtk/gtkobject.lisp

index e103c1908ef3bc36c71ad22963afe3293c493f27..10ab53855e946a37147a784d2b6482d30b9c4284 100644 (file)
@@ -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 @@ (defun container-remove (container widget)
   (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))
 
index 056d41f4c051f5610a9695a80af11945d6f5c222..f5e5e5dba4e85bfdd5ed50fd942d3efa6935b138 100644 (file)
@@ -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 @@ (defmethod effective-slot-definition-class ((class child-class) initargs)
     (: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