Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2000 14:42:42 -0600 (CST)
From:      Alexander Langer <alex@usw4.freebsd.org>
To:        libh@FreeBSD.org
Subject:   cvs commit: libh/lib/hui HuiTVision.hh HuiTVision.cc
Message-ID:  <200012192042.OAA54144@usw4.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012192042.OAA54144>