Border, HBorder, VBorder - visual separators
Contents
Description
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.
Name
Border, HBorder, VBorder - visual separators
Public Operations
HBorder(intthickness=1)VBorder(intthickness=1)
Construct a border with a given thickness (default is one pixel).
See Also
Interactor(3I) InterViews 15 June 1987 Border(3I)
Synopsis
#include<InterViews/border.h>
