logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Border, HBorder, VBorder - visual separators

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>

See Also