GC.setValues

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.

Parameters

values GdkGCValues*

struct containing the new values

valuesMask GdkGCValuesMask

mask indicating which struct fields are to be used

Meta