X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_just.3x.html;h=ffd27b11bdccf139b520da34119340f6734a9ca6;hp=32869e4f75887c6fc9f04b3ddaa748519293d0b2;hb=HEAD;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/form_field_just.3x.html b/doc/html/man/form_field_just.3x.html index 32869e4f..0a092c4c 100644 --- a/doc/html/man/form_field_just.3x.html +++ b/doc/html/man/form_field_just.3x.html @@ -1,7 +1,7 @@ - -form_field_just 3x +form_field_just 3x 2024-03-16 ncurses 6.4 Library calls - + -

form_field_just 3x

+

form_field_just 3x 2024-03-16 ncurses 6.4 Library calls

-form_field_just(3x)                                        form_field_just(3x)
+form_field_just(3x)              Library calls             form_field_just(3x)
 
 
 
@@ -52,8 +52,9 @@
 
 

SYNOPSIS

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

DESCRIPTION

@@ -64,8 +65,8 @@
 
 
 

RETURN VALUE

-       The  function  field_just  returns  one  of:   NO_JUSTIFICATION,   JUS-
-       TIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
+       The   function   field_just   returns   one    of:    NO_JUSTIFICATION,
+       JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
 
        The function set_field_just returns one of the following:
 
@@ -78,19 +79,9 @@
             Routine detected an incorrect or out-of-range argument.
 
 
-

SEE ALSO

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

NOTES

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

PORTABILITY

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

AUTHORS

@@ -98,8 +89,13 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x)  and  related  pages  whose names begin "form_" for detailed
+       descriptions of the entry points.
+
+
 
-                                                           form_field_just(3x)
+ncurses 6.4                       2024-03-16               form_field_just(3x)