chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
88fb7da
)
Changed superclass of CONTAINER-CHILD to VIRTUAL-SLOTS-OBJECT
author
espen
<espen>
Tue, 15 Aug 2006 12:16:09 +0000
(12:16 +0000)
committer
espen
<espen>
Tue, 15 Aug 2006 12:16:09 +0000
(12:16 +0000)
gtk/gtkobject.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtkobject.lisp
b/gtk/gtkobject.lisp
index 512cefd7c86dacbb43db0defde39ca7f8cbbd919..1c70ad45f3f4a9736a52927e5618362513ff2a90 100644
(file)
--- a/
gtk/gtkobject.lisp
+++ b/
gtk/gtkobject.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: gtkobject.lisp,v 1.3
4 2006-04-26 10:30:02
espen Exp $
+;; $Id: gtkobject.lisp,v 1.3
5 2006-08-15 12:16:09
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-188,7
+188,7
@@
(defmethod validate-superclass ((class container-child-class) (super standard-cl
t)
t)
-(defclass container-child ()
+(defclass container-child (
virtual-slots-object
)
((parent :initarg :parent :type container)
(child :initarg :child :type widget)))
((parent :initarg :parent :type container)
(child :initarg :child :type widget)))