Message - interactor containing text
Contents
Description
A message is an interactor that contains a line of text. The alignment of the text with respect to the
interactor's canvas can be specified in the constructor.
Name
Message - interactor containing text
Public Operations
Message(constchar*,Alignment=Center,intpad=0,inthstretch=0,intvstretch=0)
Construct a new message interactor with the given text string and alignment. The text will be
surrounded on all sides by whitespace of width pad, and the horizontal and vertical stretchability
of the message will be set to the indicated values.
See Also
Interactor(3I) InterViews 28 March 1988 Message(3I)
Synopsis
#include<InterViews/message.h>
