mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +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: https://github.com/SerenityOS/serenity/commit/3b2668e9969 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…
Reference in a new issue