formfieldjust(3X) formfieldjust(3X)
NAME
formfieldjust - retrieve field characteristics
SYNOPSIS
##include <>
int setfieldjust(FIELD *field, int justification);
int fieldjust(const FIELD *field);
DESCRIPTION
The function setfieldjust sets the justification attribute of a
field; fieldjust returns a field's justification attribute. The
attribute may be one of NOJUSTIFICATION, JUSTIFYRIGHT, JUSTIFYLEFT,
or JUSTIFYCENTER.
RETURN VALUE
The function fieldjust returns one of: NOJUSTIFICATION, JUS-
TIFYRIGHT, JUSTIFYLEFT, or JUSTIFYCENTER.
The function setfieldjust returns one of the following:
EOK The routine succeeded.
ESYSTEMEROR
System error occurred (see errno).
EBADARGUMENT
Routine detected an incorrect or out-of-range argument.
SEE ALSO
curses(3X) and related pages whose names begin "form" for detailed
descriptions of the entry points.
NOTES
The header file <> automatically includes the header file
<>.
PORTABILITY
These routines emulate the System V forms library. They were not sup-
ported on Version 7 or BSD versions.
AUTHORS
Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S.
Raymond.
formfieldjust(3X)
|