message-window-set-size!

Name

message-window-set-size! -- Set the size of message window MWN to WIDTH pixels by HEIGHT pixels.

Synopsis

(message-window-set-size! mwn width height)

Description

Set the size of message window mwn to width pixels by height pixels. If width or height is #f, that direction is automatically sized based on the message content. This procedure is especially useful when a message window is used to display an image.

Implementation Notes

Module: Built-in Primitive

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