Warning
gdk_gc_set_values has been deprecated since version 2.22 and should not be used in newly-written code. Use Cairo for rendering.
Sets attributes of a graphics context in bulk. For each flag set in
values_mask, the corresponding field will be read from values and
set as the new value for gc. If you're only setting a few values
on gc, calling individual "setter" functions is likely more
convenient.
Warning gdk_gc_set_values has been deprecated since version 2.22 and should not be used in newly-written code. Use Cairo for rendering. Sets attributes of a graphics context in bulk. For each flag set in values_mask, the corresponding field will be read from values and set as the new value for gc. If you're only setting a few values on gc, calling individual "setter" functions is likely more convenient.