NAME
ffoorrmmffiieellddjjuusstt - retrieve field characteristics
SYNOPSIS
##iinncclluuddee <
int setfieldjust(FIELD *field, int justification); int fieldjust(const FIELD *field);> DESCRIPTION
The function sseettffiieellddjjuusstt sets the justification attribute of a field; ffiieellddjjuusstt returns a field's justification attribute. The attribute may be one of NOJUSTIFICATION, JUSTIFYRIGHT, JUSTIFYLEFT, or JUSTIFYCENTER. RREETTUURRNN VVAALLUUEEThe function ffiieellddjjuusstt returns one of: NOJUSTIFICATION, JUS-
TIFYRIGHT, JUSTIFYLEFT, or JUSTIFYCENTER. The function sseettffiieellddjjuusstt returns one of the following: EEOOKK The routine succeeded. EESSYYSSTTEEMMEERRRROORR System error occurred (see eerrrrnnoo). EEBBAADDAARRGGUUMMEENNTTRoutine detected an incorrect or out-of-range argument.
SEE ALSO
ccuurrsseess(3X) and related pages whose names begin "form" for detailed descriptions of the entry points. NNOOTTEESS The header file <> automatically includes the header file < >. PPOORRTTAABBIILLIITTYY 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)