Moved a couple of functions wrongly put in gtkobject.lisp to gtkcontainer.lisp
[clg] / gtk / gtkobject.lisp
index 056d41f..f5e5e5d 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")
     (: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