$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [ANN] Boost.UI - a new C++ GUI library
From: Kolya Kosenko (kolya.kosenko_at_[hidden])
Date: 2017-10-10 18:17:37
On 10/10/2017 06:00 PM, Gottlob Frege via Boost wrote:
> Can I incorporate my own layout system?
> I find most UI toolkits embed layout stuff into the widgets instead of
> making it orthogonal.
I think it is possible, but I haven't tested it yet. There is
boost::ui::widget::on_resize() function and you can move widgets. Client
widget area isn't exposed yet, but it is possible to add it.
Also you can implement layout similar to vbox and hbox classes.