cnjinhao / nana

a modern C++ GUI library
https://nana.acemind.cn
Boost Software License 1.0
2.29k stars 331 forks source link

Standard Layout system #696

Closed adeolaibigbemi closed 1 month ago

adeolaibigbemi commented 2 months ago

Hi Guys, Does nana has any standard layout system aside placing elements using cordinates.

I can't really find any standard documentations and tutorials also.

qPCR4vir commented 2 months ago

Yes, It is call place. Nana C++ Library. Reference for users.: Home. Reference documentation. {for nana users, hotfix-1.7.2, 2019-12-04} https://qpcr4vir.github.io/nana-doxy/html/index.html And the github wiki

qPCR4vir commented 2 months ago

Nana C++ Library. Reference for users.: nana::place Class Reference https://qpcr4vir.github.io/nana-doxy/html/dc/de3/classnana_1_1place.html

qPCR4vir commented 2 months ago

Using place for layouts · qPCR4vir/nana-docs Wiki · GitHub https://github.com/qPCR4vir/nana-docs/wiki/Using-place-for-layouts

adeolaibigbemi commented 2 months ago

Thanks @qPCR4vir