message-window? -- Returns #t if MWN is a msgwindow object, otherwise #f.
make-message-window -- Returns a newly created message window object with string MESSAGE.
id->message-window -- Return the message-window of an X/11 window id (a long integer).
message-window-set-message! -- Changes the message displayed by the message window MWN.
message-window-set-image! -- Changes the background image for the message window MWN to IMAGE.
message-window-set-font! -- Set the font to be used for the message window MWN.
message-window-set-colors! -- Set the fore- and background colors to be used for the message window MWN.
message-window-set-position! -- Set the position to be used for the message window MWN.
message-window-set-size! -- Set the size of message window MWN to WIDTH pixels by HEIGHT pixels.
message-window-set-relief! -- Sets the relief for the window MWN.
message-window-show! -- Displays the message window MWN on the screen.
message-window-hide! -- Hide the message window MWN.
message-window-visible? -- Return #t if the message window MWN is visible, #f otherwise.
message-window-message -- Returns the message that message window MWN displays.
message-window-image -- Returns the image that message window MWN displays.
message-window-position -- Returns the position that message window MWN is/will be displayed at.
message-window-size -- Returns the size of message window MWN in pixels.
message-window-font -- Returns the font that the message window MWN uses for displaying text.
message-window-id -- Returns the X11 id of message window MWN.
message-window-colors -- Returns the colors that the message window MWN is displayed with.
message-window-relief? -- Returns the relief setting for the message window MWN.