Gtk.Widget.prototype.override_symbolic_color
function override_symbolic_color(name:String, color:Gdk.RGBA):void { // Gjs wrapper for gtk_widget_override_symbolic_color() }
Sets a symbolic color for a widget.
All other style values are left untouched. See Gtk.Widget.prototype.override_color for overriding the foreground or background color.
Since 3.0
- name
the name of the symbolic color to modify
- color
the color to assign (does not need to be allocated), or null to undo the effect of previous calls to Gtk.Widget.prototype.override_symbolic_color