xlib-set-fill-style!

Name

xlib-set-fill-style! -- Sets the fill style of the DrawingGC to STYLE.

Synopsis

(xlib-set-fill-style! style)

Description

Sets the fill style of the DrawingGC to style. One of FillSolid (0), FillTiled (1), FillStippled (2), or FillOpaqueStippled (3) should be given as style.

Implementation Notes

Module: Primitive from (app scwm xlib-drawing)

Defined in modules/xlib-drawing/drawing.c at line 179 (CVS log)