Query: glue2_6
OS: debian
Section: 3i
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Glue(3I) InterViews Reference Manual Glue(3I)NAMEGlue, HGlue, VGlue - open space between interactorsSYNOPSIS#include <InterViews/glue.h>DESCRIPTIONA glue object is an interactor that is used to define variable-size space between interactors in boxes. The HGlue subclass is for space in a horizontal box; VGlue for space in a vertical box. Along its minor axis (vertical for HGlue, horizontal for VGlue), glue has a natural size of zero and infinite stretchability.PUBLIC OPERATIONSHGlue(int natural = 0, int stretch = hfil) VGlue(int natural = 0, int stretch = vfil) Construct glue with a given natural size and stretchability. The glue's shrinkability is defined to be the same as the natural size, meaning it can shrink to zero. HGlue(int natural, int shrink, int stretch) VGlue(int natural, int shrink, int stretch) Construct glue with a given natural size, shrinkability, and stretchability. If shrink is larger than natural the glue potentially can have ``negative size'', meaning interactors will overlap in a box.SEE ALSOBox(3I), Interactor(3I), Shape(3I) InterViews 15 June 1987 Glue(3I)
Related Man Pages |
---|
box2_6(3i) - debian |
shape(3i) - debian |
cglue(3u) - suse |
cglue(3u) - netbsd |
cglue(3u) - bsd |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |