Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ form_f_just(3X) — Motorola System V 88k Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

forms(3X)

form_field_just(3X)  —  MISCELLANEOUS LIBRARY FUNCTIONS

NAME

form_field_just: set_field_just, field_just − format the general appearance of forms

SYNOPSIS

#include <form.h>
int set_field_just(FIELD ∗field, int justification);
int field_just(FIELD ∗field);

DESCRIPTION

set_field_just sets the justification for field.  Justification may be one of:

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. 

RETURN VALUE

field_just returns the one of:

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.

NOTES

The header file form.h automatically includes the header files eti.h and curses.h. 

SEE ALSO

curses(3X), forms(3X)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026