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
commit bf59cd7ca5
Notes: sideshowbarker 2024-07-19 04:42:26 +09:00
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