From owner-freebsd-libh Wed Dec 20 5:15:16 2000 From owner-freebsd-libh@FreeBSD.ORG Wed Dec 20 05:15:15 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 1CECD37B400 for ; Wed, 20 Dec 2000 05:15:15 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id HAA55075 for libh@FreeBSD.org; Wed, 20 Dec 2000 07:15:15 -0600 (CST) (envelope-from alex) Message-Id: <200012201315.HAA55075@usw4.freebsd.org> From: Alexander Langer Date: Wed, 20 Dec 2000 07:15:15 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision.cc HuiTVision.hh Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/20 07:15:15 CST Modified files: lib/hui HuiTVision.cc HuiTVision.hh Log: By adding virtual tgroup() functions (similar to the qwidget() ones for Qt), which just reference the parent's tgroup() function for ContainerWidgets, make the ContainerWidgets working in TVision as well. We're now at a step where the ContainerWidget works as I planned it. I'll have to add the ability to create widgets other than buttons as children of the ContainerWidgets as the next steps. Revision Changes Path 1.11 +128 -94 libh/lib/hui/HuiTVision.cc 1.9 +28 -14 libh/lib/hui/HuiTVision.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message