make-message-window

Name

make-message-window -- Returns a newly created message window object with string MESSAGE.

Synopsis

(make-message-window message)

Description

Returns a newly created message window object with string message. message is the initial string for the message window. Uses defaults from the ScreenInfo struct for the other values.

Implementation Notes

Module: Built-in Primitive

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