mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
LibGUI: Register the ImageWidget and LinkLabel widgets
This commit is contained in:
parent
b8eb1baac8
commit
c4991d969c
Notes:
sideshowbarker
2024-07-19 00:27:09 +09:00
Author: https://github.com/linusg
Commit: c4991d969c
Pull-request: https://github.com/SerenityOS/serenity/pull/4626
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/devsh0
1 changed files with 4 additions and 0 deletions
|
@ -36,8 +36,10 @@
|
|||
#include <LibGUI/Event.h>
|
||||
#include <LibGUI/GMLParser.h>
|
||||
#include <LibGUI/GroupBox.h>
|
||||
#include <LibGUI/ImageWidget.h>
|
||||
#include <LibGUI/Label.h>
|
||||
#include <LibGUI/Layout.h>
|
||||
#include <LibGUI/LinkLabel.h>
|
||||
#include <LibGUI/Menu.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibGUI/ProgressBar.h>
|
||||
|
@ -69,7 +71,9 @@ REGISTER_WIDGET(GUI, ColorInput)
|
|||
REGISTER_WIDGET(GUI, Frame)
|
||||
REGISTER_WIDGET(GUI, GroupBox)
|
||||
REGISTER_WIDGET(GUI, HorizontalSplitter)
|
||||
REGISTER_WIDGET(GUI, ImageWidget)
|
||||
REGISTER_WIDGET(GUI, Label)
|
||||
REGISTER_WIDGET(GUI, LinkLabel)
|
||||
REGISTER_WIDGET(GUI, ProgressBar)
|
||||
REGISTER_WIDGET(GUI, RadioButton)
|
||||
REGISTER_WIDGET(GUI, ScrollBar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue