xlib-set-line-attributes!

Name

xlib-set-line-attributes! -- Sets the line width of the DrawingGC to WIDTH and style to STYLE.

Synopsis

(xlib-set-line-attributes! width #&optional style)

Description

Sets the line width of the DrawingGC to width and style to style. One of 'solid (default), 'on-off-dash, or 'double-dash should be given as style.

Implementation Notes

Module: Primitive from (app scwm xlib-drawing)

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