set-window-background!

Name

set-window-background! -- Set the background color of WIN to BG.

Synopsis

(set-window-background! bg #&optional win)

Description

Set the background color of win to bg. This color is used to draw most of the window decorations, along with the relief colors generated from it, which are used to draw the window's 3-D bevels. win defaults to the window context in the usual way if not specified. See also get-window-colors.

Implementation Notes

Module: Built-in Primitive

Defined in src/window.c at line 3714 (CVS log)