Miscellaneous Library Functions form_field_just(3X)
NAME
form_field_just - retrieve field characteristics
SYNOPSIS
#include
int field_just(const FIELD *field);
of a field; field_just returns a field's justification
attribute. The attribute may be one of NO_JUSTIFICATION,
JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
RETURN VALUEThe function field_just returns one of: NO_JUSTIFICATION,
JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
E_OK The routine succeeded.
E_BAD_ARGUMENT
Routine detected an incorrect or out-of-range argument.
curses(3X) and related pages whose names begin "form_" for
detailed descriptions of the entry points. NOTES The header file