X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new_page.3x.html;h=79c2a7607824b15328204126bcf408837970be42;hp=70af8b8dae1ce1e9412997cae61a1e3e3f570620;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/form_new_page.3x.html b/doc/html/man/form_new_page.3x.html index 70af8b8d..79c2a760 100644 --- a/doc/html/man/form_new_page.3x.html +++ b/doc/html/man/form_new_page.3x.html @@ -1,8 +1,7 @@ - + + + form_new_page 3x -

form_new_page 3x

-
+

form_new_page 3x

-
 form_new_page(3x)                                     form_new_page(3x)
 
 
 
 
-
-

NAME

-       form_new_page - form pagination functions
+

NAME

+       set_new_page, new_page - form pagination functions
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_new_page(FIELD *field, bool new_page_flag);
        bool new_page(const FIELD *field);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_new_page  sets or resets a flag marking
        the given field as the beginning of  a  new  page  on  its
        form.
@@ -68,8 +65,7 @@
        given field marks a page beginning on its form.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        The function new_page returns TRUE or FALSE.
 
        The function set_new_page return one of the following:
@@ -83,26 +79,22 @@
             The given field is already connected to a form.
 
 
-
-

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.
 
@@ -110,10 +102,17 @@
 
                                                       form_new_page(3x)
 
-
-
-Man(1) output converted with -man2html -
+