X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/d67f8348100c77f08d37961cf8e21c1df2a3745b..0f2634d21adfe672833024f98bdc4095b759113c:/gtk/gtkcontainer.lisp diff --git a/gtk/gtkcontainer.lisp b/gtk/gtkcontainer.lisp index 10ab538..073dd36 100644 --- a/gtk/gtkcontainer.lisp +++ b/gtk/gtkcontainer.lisp @@ -15,11 +15,11 @@ ;; 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: gtkcontainer.lisp,v 1.5 2001-10-25 08:16:17 espen Exp $ +;; $Id: gtkcontainer.lisp,v 1.6 2001-11-20 18:25:53 espen Exp $ (in-package "GTK") - -(defmethod initialize-instance ((container container) &rest initargs) + +(defmethod shared-initialize ((container container) names &rest initargs) (call-next-method) (dolist (child (get-all initargs :child)) (apply #'container-add container (mklist child))))