kosenko / ui

Boost.UI library
266 stars 18 forks source link

cross platform MDI support #11

Open Shadowblitz16 opened 4 years ago

Shadowblitz16 commented 4 years ago

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?

kosenko commented 4 years ago

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.