1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00

LibGUI: Register more GML properties and widgets

Register "placeholder" for TextEditor and ComboBox; "models_only"
for ComboBox; Vertical/HorizontalSeparator for SeparatorWidget
This commit is contained in:
thankyouverycool 2021-03-08 11:38:43 -05:00 committed by Andreas Kling
parent 5806630cf4
commit cf866cc75a
Notes: sideshowbarker 2024-07-18 21:30:02 +09:00
5 changed files with 48 additions and 2 deletions

View file

@ -28,6 +28,9 @@
#include <LibGUI/SeparatorWidget.h>
#include <LibGfx/Palette.h>
REGISTER_WIDGET(GUI, HorizontalSeparator)
REGISTER_WIDGET(GUI, VerticalSeparator)
namespace GUI {
SeparatorWidget::SeparatorWidget(Gfx::Orientation orientation)