Base: Add manpages for new layout system

This is far from explaining all implications of the new layout system,
but it covers the basics.
This commit is contained in:
FrHun 2022-05-11 01:25:18 +02:00 committed by Sam Atkins
commit a78f84645c
Notes: sideshowbarker 2024-07-18 08:59:31 +09:00
5 changed files with 85 additions and 38 deletions

View file

@ -30,6 +30,7 @@ Or right clicking on a folder in the TreeView and using
- [Define widgets](help://man/5/GML-Define-widget)
- GML object and property reference
- [Core::Object](help://man/5/GML-CoreObject)
- [UI Dimensions](help://man/5/GML-UI-Dimensions)
- Layouts
- [HorizontalBoxLayout](help://man/5/GML-Layout-HorizontalBoxLayout)
- [VerticalBoxLayout](help://man/5/GML-Layout-VerticalBoxLayout)
@ -76,3 +77,4 @@ Or right clicking on a folder in the TreeView and using
- [VerticalSlider](help://man/5/GML-Widget-VerticalSlider)
- [VerticalSplitter](help://man/5/GML-Widget-VerticalSplitter)
- [Widget](help://man/5/GML-Widget)