color
, label
widget properties are supported for all widgets :label
is string for label of all widgets.color
is string in HEX format (in the form: #RRGGBB, where RR (red), GG (green) and BB (blue) are hexadecimal values between 00 and FF). For example :setLabel()
and setColor()
functions.onLabel
/ offLabel
is string for ON/OFF label of button;onLabel
/ offLabel
is string for ON/OFF label of button;onColor
/ offColor
is string in HEX format for ON/OFF colors of the button;onBackColor
/ offBackColor
is string in HEX format for ON/OFF colors of the button background.isOnPlay
is boolean accepts true/false.labels
is list of strings for Menu widget selections;