Added a toggle button and lamp pattern

This commit is contained in:
Sasha Koshka
2023-04-20 18:40:05 -04:00
parent e5619ebf07
commit 2bd7d0fad5
8 changed files with 308 additions and 4 deletions

View File

@@ -79,6 +79,9 @@ type Pattern int; const (
// PatternTableCell is a table cell background.
PatternTableCell
// PatternLamp is an indicator light pattern.
PatternLamp
)
// IconSize is a type representing valid icon sizes.