1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

LibGUI: Add ControlBoxButton to LibGUI

ControlBoxButton consolidates the paint_event for buttons
used in composite box widgets like ComboBox and SpinBox. Its
button bitmaps are built with create_from_ascii like WindowFrame
and ScrollBar controls, making theming more uniform.
This commit is contained in:
thankyouverycool 2020-07-19 10:09:51 -04:00 committed by Andreas Kling
parent 76523a3d2d
commit bf59cd7ca5
3 changed files with 142 additions and 0 deletions

View file

@ -15,6 +15,7 @@ set(SOURCES
ColumnsView.cpp
ComboBox.cpp
Command.cpp
ControlBoxButton.cpp
CppLexer.cpp
CppSyntaxHighlighter.cpp
Desktop.cpp