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=1643c44941011c37b4c63c425a3ceee524d78994;hb=HEAD;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/doc/html/man/form_field_just.3x.html b/doc/html/man/form_field_just.3x.html index 1643c449..0a092c4c 100644 --- a/doc/html/man/form_field_just.3x.html +++ b/doc/html/man/form_field_just.3x.html @@ -1,82 +1,112 @@ + + + + + +form_field_just 3x 2024-03-16 ncurses 6.4 Library calls + + + +

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

-
-
-
-

NAME

-       form_field_just - retrieve field characteristics
-
-
-
-

SYNOPSIS

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

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.
+form_field_just(3x)              Library calls             form_field_just(3x)
 
 
 
-
-

RETURN VALUE

-       The  function field_just returns one of: NO_JUSTIFICATION,
-       JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
 
-       The function set_field_just return one of the following:
+

NAME

+       set_field_just, field_just - retrieve field characteristics
 
-       E_OK The routine succeeded.
 
-       E_SYSTEM_ERROR
-            System error occurred (see errno).
+

SYNOPSIS

+       #include <form.h>
 
-       E_BAD_ARGUMENT
-            Routine detected an incorrect or  out-of-range  argu-
-            ment.
+       int set_field_just(FIELD *field, int justification);
+       int field_just(const FIELD *field);
 
 
-
-

SEE ALSO

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

DESCRIPTION

+       The  function  set_field_just  sets  the  justification  attribute 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.
 
 
-
-

NOTES

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

RETURN VALUE

+       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:
 
-
-

PORTABILITY

-       These  routines  emulate the System V forms library.  They
-       were not supported on Version 7 or BSD versions.
+       E_OK The routine succeeded.
 
+       E_SYSTEM_ERROR
+            System error occurred (see errno(3)).
 
-
-

AUTHORS

-       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
-       curses by Eric S. Raymond.
+       E_BAD_ARGUMENT
+            Routine detected an incorrect or out-of-range argument.
 
 
+

PORTABILITY

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

AUTHORS

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

SEE ALSO

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