X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/fb449127b0031d4178cf8dd456c7876a50521669..d404b3afeb67b1beb86a7acb88fdefef1d46b367:/gtk/gtkobject.lisp diff --git a/gtk/gtkobject.lisp b/gtk/gtkobject.lisp index 32917ea..7557fc3 100644 --- a/gtk/gtkobject.lisp +++ b/gtk/gtkobject.lisp @@ -1,5 +1,5 @@ ;; Common Lisp bindings for GTK+ v2.0 -;; Copyright (C) 1999-2001 Espen S. Johnsen +;; Copyright (C) 1999-2001 Espen S. Johnsen ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public @@ -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.12 2001/11/12 22:33:08 espen Exp $ (in-package "GTK") @@ -34,8 +34,7 @@ (in-package "GTK") ;;;; Superclass for the gtk class hierarchy (eval-when (:compile-toplevel :load-toplevel :execute) - (init-types-in-library - "/opt/gnome/lib/libgtk-x11-1.3.so" + (init-types-in-library "libgtk-x11-1.3.so" :ignore ("gtk_window_get_type_hint")) (defclass %object (gobject) @@ -136,18 +135,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