chiark / gitweb /
Changed superclass of CONTAINER-CHILD to VIRTUAL-SLOTS-OBJECT
authorespen <espen>
Tue, 15 Aug 2006 12:16:09 +0000 (12:16 +0000)
committerespen <espen>
Tue, 15 Aug 2006 12:16:09 +0000 (12:16 +0000)
gtk/gtkobject.lisp

index 7e5c84b48df706b8bf76bdcc7c6ea428da6e8030..847cacb6ad202e799cec80dddfa8b49026aa7c0e 100644 (file)
@@ -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.
 
-;; $Id: gtkobject.lisp,v 1.34 2006/04/26 10:30:02 espen Exp $
+;; $Id: gtkobject.lisp,v 1.35 2006/08/15 12:16:09 espen Exp $
 
 
 (in-package "GTK")
@@ -188,7 +188,7 @@ (defmethod validate-superclass ((class container-child-class) (super standard-cl
   t)
 
 
-(defclass container-child ()
+(defclass container-child (virtual-slots-object)
   ((parent :initarg :parent :type container)
    (child :initarg :child :type widget)))