mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00: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:
parent
5806630cf4
commit
cf866cc75a
5 changed files with 48 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue