#include <form.h>
int set_field_just(FIELD *field, int justification);
int field_just(FIELD *field);
Unsafe
NO_JUSTIFICATION , JUSTIFY_RIGHT , JUSTIFY_LEFT , or JUSTIFY_CENTER .
The field justification will be ignored if field is a dynamic field.
field_just() returns the type of justification assigned to field.
NO_JUSTIFICATION , JUSTIFY_RIGHT ,
JUSTIFY_LEFT , or JUSTIFY_CENTER .
set_field_just() returns one of the following:
E_OK - The function returned successfully. E_SYSTEM_ERROR - System error. E_BAD_ARGUMENT - An argument is incorrect.
The header <form.h> automatically includes the headers <eti.h> and <curses.h>.