"Fossies" - the Fresh Open Source Software archive 
Member "ivtools-1.2/src/man/man3/Message.3" of archive ivtools-1.2.11.tgz:
Table of Contents
Message - interactor containing text
#include <InterViews/message.h>
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.
- Message(const char*, Alignment = Center,
int pad = 0, int hstretch = 0, int vstretch = 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.
Interactor(3I)
Table of Contents