DOKK / manpages / debian 10 / ivtools-dev / Border.3i.en
Border(3I) InterViews Reference Manual Border(3I)

Border, HBorder, VBorder - visual separators

#include <InterViews/border.h>

Border is the base class for interactors that simply display a line of a given thickness, usually to separate other interactors in a scene. HBorder objects have a fixed height and are infinitely stretchable and shrinkable horizontally. VBorder objects have a fixed width and are infinitely stretchable and shrinkable vertically.

Construct a border with a given thickness (default is one pixel).

Interactor(3I)

15 June 1987 InterViews