X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_just.3x.html;h=21e8c045f7cafd02ebbeb8f96bcea2dddf1fbabb;hp=8a64bee37656e8e4e19a5b0901d4f38e95135488;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=b11cef1e315b58820ea0cde239ebf2f741ef8948;ds=sidebyside diff --git a/doc/html/man/form_field_just.3x.html b/doc/html/man/form_field_just.3x.html index 8a64bee3..21e8c045 100644 --- a/doc/html/man/form_field_just.3x.html +++ b/doc/html/man/form_field_just.3x.html @@ -46,29 +46,25 @@ - -

NAME

+

NAME

        set_field_just,  field_just  - retrieve field characteris-
        tics
 
 
-
-

SYNOPSIS

+

SYNOPSIS

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

DESCRIPTION

+

DESCRIPTION

        The  function  set_field_just   sets   the   justification
        attribute  of a field; field_just returns a field's justi-
        fication attribute.  The attribute may be one of NO_JUSTI-
        FICATION, JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        The  function field_just returns one of: NO_JUSTIFICATION,
        JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
 
@@ -84,26 +80,22 @@
             ment.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "form_" for
        detailed descriptions of the entry points.
 
 
-
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate the System V forms library.  They
        were not supported on Version 7 or BSD versions.
 
 
-
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.