ui
ui copied to clipboard
cross platform MDI support
can boost do crossplatform mdi? basically mdi allows the user to add a normal window into a container inside a window.
its a outdated layout but its still good for things like game editors.
if it doesn't can this be added?
Currently Boost.UI not supports MDI, but it is possible to create multiple boost::ui::frame
instances that is called Multiple Top-Level Windows Interface and used in Microsoft Office.
It would be nice to have MDI support, but I'm not familiar with it.