X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new_page.3x.html;h=79c2a7607824b15328204126bcf408837970be42;hp=3d3e0687de510c74d43662bc04cbcd3f718981e4;hb=dc690a36a0e53e2c2ecd99c971cd749f78275fdc;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/form_new_page.3x.html b/doc/html/man/form_new_page.3x.html index 3d3e0687..79c2a760 100644 --- a/doc/html/man/form_new_page.3x.html +++ b/doc/html/man/form_new_page.3x.html @@ -1,7 +1,7 @@ @@ -39,28 +39,24 @@ -

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.
@@ -69,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:
@@ -84,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.