Open abstract instantiable class
The class of bordering gadgets.
thickness:<integer>. Default value: 1.
type:one-of(#f, #"flat", #"sunken", #"raised", #"ridge", #"groove", #"input", #"output"). Default value: #f.
duim-gadgets
duim-gadgets
The base class of gadgets that provide borders to their children.
The thickness of the border is specified by the thickness: init-keyword, and is given in pixels.
The type: init-keyword represents the kind of border to be created. Borders may appear raised from the area they surround, or lowered with respect to it. Alternatively, a border may be displayed as a thin ridge or groove. Input and output borders represent "logical" borders.
Borders are usually created using the with-border macro, rather than by making direct instances of this class.
<group-box>, page 595
with-border, page 696