mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +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:
parent
1d6d074536
commit
a78f84645c
Notes:
sideshowbarker
2024-07-18 08:59:31 +09:00
Author: https://github.com/frhun
Commit: a78f84645c
Pull-request: https://github.com/SerenityOS/serenity/pull/14261
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/MacDue
Reviewed-by: https://github.com/mjz19910
5 changed files with 85 additions and 38 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue