1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-15 22:57:37 +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:
AnotherTest 2021-01-03 02:57:16 +03:30 committed by Andreas Kling
parent 2b38b2f83b
commit 3b2668e996

View file

@ -32,6 +32,9 @@
//#define GBOXLAYOUT_DEBUG
REGISTER_WIDGET(GUI, HorizontalBoxLayout)
REGISTER_WIDGET(GUI, VerticalBoxLayout)
namespace GUI {
BoxLayout::BoxLayout(Orientation orientation)