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:
parent
76523a3d2d
commit
bf59cd7ca5
3 changed files with 142 additions and 0 deletions
|
@ -15,6 +15,7 @@ set(SOURCES
|
|||
ColumnsView.cpp
|
||||
ComboBox.cpp
|
||||
Command.cpp
|
||||
ControlBoxButton.cpp
|
||||
CppLexer.cpp
|
||||
CppSyntaxHighlighter.cpp
|
||||
Desktop.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue