gtkWidgetModifyStyle: gtkWidgetModifyStyle
Description
Modifies style values on the widget. Modifications made using this
technique take precedence over style values set via an RC file,
however, they will be overriden if a style is explicitely set on
the widget using gtkWidgetSetStyle
. The GtkRcStyle
structure
is designed so each field can either be set or unset, so it is
possible, using this function, to modify some style values and
leave the others unchanged.Usage
gtkWidgetModifyStyle(object, style)