From owner-freebsd-libh Tue Dec 19 12:42:47 2000 From owner-freebsd-libh@FreeBSD.ORG Tue Dec 19 12:42:45 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 5927637B400 for ; Tue, 19 Dec 2000 12:42:45 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id OAA54144 for libh@FreeBSD.org; Tue, 19 Dec 2000 14:42:42 -0600 (CST) (envelope-from alex) Message-Id: <200012192042.OAA54144@usw4.freebsd.org> From: Alexander Langer Date: Tue, 19 Dec 2000 14:42:42 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision.hh HuiTVision.cc Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/19 14:42:42 CST Modified files: lib/hui HuiTVision.hh HuiTVision.cc Log: Next step of ContainerWidget stuff for TVision * Don't use a reference for aParent, use a Pointer (MFQt) * Finally implement the arrange() functions, which had only commented-out code that didn't work before. Use Hui::Size for the calculation for the children's sizes. * Implement ContainerWidget::insert as some kind of dummy function. I'll have to check later on what is needed for compatibility with the GroupWidget's insert() function. * ButtonWidget::ButtonWidget now correctly creates the HuiTButton widget and insert()s itself into the parent's list of subwidgets. This commit makes the arrangement stuff working for WindowWidgets (with buttons only). The next step will be to make the virtual Container do the same thing. Revision Changes Path 1.8 +4 -2 libh/lib/hui/HuiTVision.hh 1.10 +90 -54 libh/lib/hui/HuiTVision.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message