mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:18:12 +00:00
LibGUI: Register the 'ColorInput' and 'Frame' widgets
This commit is contained in:
parent
9bcc168b9b
commit
6902a09e47
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#include <LibGUI/BoxLayout.h>
|
||||
#include <LibGUI/Button.h>
|
||||
#include <LibGUI/CheckBox.h>
|
||||
#include <LibGUI/ColorInput.h>
|
||||
#include <LibGUI/Event.h>
|
||||
#include <LibGUI/GroupBox.h>
|
||||
#include <LibGUI/Label.h>
|
||||
|
@ -58,6 +59,8 @@ namespace GUI {
|
|||
|
||||
REGISTER_WIDGET(GUI, Button)
|
||||
REGISTER_WIDGET(GUI, CheckBox)
|
||||
REGISTER_WIDGET(GUI, ColorInput)
|
||||
REGISTER_WIDGET(GUI, Frame)
|
||||
REGISTER_WIDGET(GUI, GroupBox)
|
||||
REGISTER_WIDGET(GUI, HorizontalSplitter)
|
||||
REGISTER_WIDGET(GUI, Label)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue