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.gtkWidgetModifyStyle(object, style)
object
style
GtkRcStyle
holding the style modificationsgtkWidgetModifyStyle
or with such
functions as gtkWidgetModifyFg
. If you wish to retain
previous values, you must first call gtkWidgetGetModifierStyle
,
make your modifications to the returned style, then call
gtkWidgetModifyStyle
with that style. On the other hand,
if you first call gtkWidgetModifyStyle
, subsequent calls
to such functions gtkWidgetModifyFg
will have a cumulative
effect with the initial modifications.