message-window-set-image!

Name

message-window-set-image! -- Changes the background image for the message window MWN to IMAGE.

Synopsis

(message-window-set-image! mwn image #&optional fg-color bg-color shaped?)

Description

Changes the background image for the message window mwn to image. fg-color, bg-color are the colors for the image, shaped? is whether it should use a shaped message window. If image is #f, then no image is used for mwn.

Implementation Notes

Module: Built-in Primitive

Defined in src/message-window.c at line 351 (CVS log)