Border, HBorder, VBorder
visual separators
- Provided by: ivtools-dev (Version: 1.2.11a1-6)
- Source: ivtools
- Report a bug
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.
Interactor(3I)