chiark
/
gitweb
/
~mdw
/
clg
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changes required by SBCL 0.9.8
[clg]
/
gtk
/
gtkwidget.lisp
diff --git
a/gtk/gtkwidget.lisp
b/gtk/gtkwidget.lisp
index f6ca6bdcafd10df87f3d6ce9cc54c15da358c9b8..85a1f0c8b34a2fdf4cb29ab4dd4b21c05ff80859 100644
(file)
--- a/
gtk/gtkwidget.lisp
+++ b/
gtk/gtkwidget.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gtkwidget.lisp,v 1.1
8 2005-04-23 16:48:52
espen Exp $
+;; $Id: gtkwidget.lisp,v 1.1
9 2006-02-08 22:00:09
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-55,12
+55,6
@@
(defmethod slot-unbound ((class gobject-class) (object widget)
:parent parent :child object))))
((call-next-method))))
:parent parent :child object))))
((call-next-method))))
-(defmethod slot-boundp-using-class ((class gobject-class) (object widget) slot)
- (or
- (and
- (eq (slot-definition-name slot) 'child-properties)
- (slot-boundp object 'parent))
- (call-next-method)))
(defmethod compute-signal-function ((widget widget) signal function object)
(if (eq object :parent)
(defmethod compute-signal-function ((widget widget) signal function object)
(if (eq object :parent)