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
Notes: sideshowbarker 2024-07-19 00:11:05 +09:00

View file

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