set-window-highlight-background!

Name

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

Synopsis

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

Description

Set the highlighted background color of win to bg. This color is used when win has the focus 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. If bg is #f, then lets the decor highlight background color be used (turns off a special highlight color for win). See also get-window-highlight-colors.

Implementation Notes

Module: Built-in Primitive

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