mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 07:52:50 +00:00
LibGUI: Register the various BoxLayouts
They're not exactly "widgets", but the widget registration registers Core::Objects anyway.
This commit is contained in:
parent
2b38b2f83b
commit
3b2668e996
Notes:
sideshowbarker
2024-07-19 00:11:05 +09:00
Author: https://github.com/alimpfard
Commit: 3b2668e996
Pull-request: https://github.com/SerenityOS/serenity/pull/4759
Reviewed-by: https://github.com/ADKaster
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
|
||||
//#define GBOXLAYOUT_DEBUG
|
||||
|
||||
REGISTER_WIDGET(GUI, HorizontalBoxLayout)
|
||||
REGISTER_WIDGET(GUI, VerticalBoxLayout)
|
||||
|
||||
namespace GUI {
|
||||
|
||||
BoxLayout::BoxLayout(Orientation orientation)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue