From owner-freebsd-libh Tue Jul 18 12:38:59 2000 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 22B7C37B732 for ; Tue, 18 Jul 2000 12:38:57 -0700 (PDT) (envelope-from alex@usw4.freebsd.org) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id OAA48483 for libh@FreeBSD.org; Tue, 18 Jul 2000 14:38:56 -0500 (CDT) (envelope-from alex) Message-Id: <200007181938.OAA48483@usw4.freebsd.org> From: Alexander Langer Date: Tue, 18 Jul 2000 14:38:56 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiQt.cc HuiQt.hh Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 14:38:56 CDT Modified files: lib/hui HuiQt.cc HuiQt.hh Log: Add the virtual definition of Widget::resize() to the HuiQt::WindowWidget class, because resize() for WindowWidget must call resize() for the Qt-WindowObject _and_ itself. Fixes the bug, that you couldn't resize a Qt Window from within TCL, using the `$window resize' function. However, this was needed, because I wanted to adjust the size of Qt windows for a look-cleanup: All TVision windows have "frames", which steal one text "pixel" on each border. Since Qt didn't have such a thing, make Qt Windows smaller per default. This way, the same behaviour of Qt and TVision is still given and they also LOOK the same. We should take care of this if we are ever going to add alignment-options! Revision Changes Path 1.5 +23 -3 libh/lib/hui/HuiQt.cc 1.5 +5 -3 libh/lib/hui/HuiQt.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message