X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=714b20aec46ae4f1c139f54c26a9c27e44a6515f;hp=32d87fa5e899b07fdfe858b04064e3d494398f9d;hb=HEAD;hpb=9f479192e3ca3413d235c66bf058f8cc63764898 diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 32d87fa5..7a1877ca 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,7 +1,6 @@ -form_new 3X +form_new 3x 2024-03-16 ncurses 6.5 Library calls - + -

form_new 3X

+

form_new 3x 2024-03-16 ncurses 6.5 Library calls

-form_new(3X)                                                      form_new(3X)
+form_new(3x)                     Library calls                    form_new(3x)
 
 
 
 
 

NAME

-       new_form, free_form - create and destroy forms
+       new_form, free_form - create and destroy forms
 
 
 

SYNOPSIS

-       #include <form.h>
+       #include <form.h>
 
-       FORM *new_form(FIELD **fields);
-       int free_form(FORM *form);
+       FORM *new_form(FIELD **fields);
+       int free_form(FORM *form);
 
 
 

DESCRIPTION

-       The function new_form creates a new form connected to a specified field
-       pointer array (which must be NULL-terminated).
+       The function new_form creates a new form connected to a specified field
+       pointer array (which must be NULL-terminated).
 
-       The function free_form disconnects form from its field array and  frees
+       The function free_form disconnects form from its field array and  frees
        the storage allocated for the form.
 
 
 

RETURN VALUE

-       The  function  new_form returns NULL on error.  It sets errno according
+       The  function  new_form returns NULL on error.  It sets errno according
        to the function's success:
 
-       E_OK The routine succeeded.
+       E_OK The routine succeeded.
 
-       E_BAD_ARGUMENT
+       E_BAD_ARGUMENT
             Routine detected an incorrect or out-of-range argument.
 
-       E_CONNECTED
+       E_CONNECTED
             The field is already connected to a form.
 
-       E_SYSTEM_ERROR
+       E_SYSTEM_ERROR
             System error occurred, e.g., malloc failure.
 
-       The function free_form returns one of the following:
+       The function free_form returns one of the following:
 
-       E_OK The routine succeeded.
+       E_OK The routine succeeded.
 
-       E_BAD_ARGUMENT
+       E_BAD_ARGUMENT
             Routine detected an incorrect or out-of-range argument.
 
-       E_POSTED
+       E_POSTED
             The form has already been posted.
 
 
-

SEE ALSO

-       curses(3X), form(3X).
-
-
-

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
+       These routines emulate the System  V  forms  library.   They  were  not
        supported on Version 7 or BSD versions.
 
 
@@ -111,8 +101,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), form(3x)
+
+
 
-                                                                  form_new(3X)
+ncurses 6.5                       2024-03-16                      form_new(3x)