Ubuntu Manpages

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)