mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
LibGUI: Add ColorInput component
ColorInput is a new GUI component for selecting color using ColorPicker dialog. It is simplify usage of ColorPicker dialog and more elegant view of current selected color.
This commit is contained in:
parent
6545a74743
commit
bc323c488e
3 changed files with 196 additions and 0 deletions
|
@ -10,6 +10,7 @@ OBJS = \
|
|||
Button.o \
|
||||
CheckBox.o \
|
||||
Clipboard.o \
|
||||
ColorInput.o \
|
||||
ColorPicker.o \
|
||||
ColumnsView.o \
|
||||
ComboBox.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue