GC.setFill

Warning gdk_gc_set_fill has been deprecated since version 2.22 and should not be used in newly-written code. You can achieve tiling in Cairo by using cairo_pattern_set_extend() on the source. For stippling, see the deprecation comments on gdk_gc_set_stipple(). Set the fill mode for a graphics context.

class GC
void
setFill

Parameters

fill GdkFill

the new fill mode.

Meta