JIDE: support JideButton and JideToggleButton

This commit is contained in:
Karl Tauber
2021-03-16 22:15:32 +01:00
parent 07db6e8fb0
commit beff149004
17 changed files with 681 additions and 36 deletions

View File

@@ -69,7 +69,9 @@ Button.endBackground = #bbb
Button.focusedBackground = #0ff
Button.hoverBackground = #ff0
Button.pressedBackground = #FFC800
Button.selectedBackground = #fbb
Button.borderColor = #0f0
Button.startBorderColor = #00f
Button.endBorderColor = #f00
Button.disabledBorderColor = #008
@@ -92,6 +94,7 @@ Button.default.focusColor = #f00
Button.toolbar.hoverBackground = #fff
Button.toolbar.pressedBackground = #eee
Button.toolbar.selectedBackground = #ddd
#---- CheckBox ----