override_background_color
Description:
public void override_background_color (
StateFlags state,
RGBA? color)
Sets the background color to use for a widget.
All other style values are left untouched. See override_color.
Parameters:
| state |
the state for which to set the background color |
| color |
the color to assign, or null to undo the effect of previous calls to override_background_color
|