From owner-freebsd-libh Sat Sep 30 4:28:28 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 E840237B503 for ; Sat, 30 Sep 2000 04:28:25 -0700 (PDT) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id GAA36755 for libh@FreeBSD.org; Sat, 30 Sep 2000 06:28:26 -0500 (CDT) (envelope-from alex) Message-Id: <200009301128.GAA36755@usw4.freebsd.org> From: Alexander Langer Date: Sat, 30 Sep 2000 06:28:26 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui Hui.hh HuiQt.cc HuiQt.hh Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/09/30 06:28:26 CDT Modified files: lib/hui Hui.hh HuiQt.cc HuiQt.hh Log: * Bring in a new function $container arrange, which re-arranges the childs if called without args, re-arranges them if a new arrangement is given as arg or only sets the new arrangement if called with a second arg as FALSE, but doesn't rearrange the childs at THIS moment. Currently, only the saving of the new alignment is done. The alignment-function itself is only a debug-printf(). * Change the argument list order of the container widget to match the other widgets: The position for the widget comes before widget-specific options. Revision Changes Path 1.7 +5 -2 libh/lib/hui/Hui.hh 1.9 +26 -2 libh/lib/hui/HuiQt.cc 1.8 +11 -3 libh/lib/hui/HuiQt.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message