1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:47:35 +00:00

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
parent 1d6d074536
commit a78f84645c
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)