1form_new_page(3X)                                            form_new_page(3X)
2
3
4

NAME

6       set_new_page, new_page - form pagination functions
7

SYNOPSIS

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

DESCRIPTION

14       The function set_new_page sets or resets a flag marking the given field
15       as the beginning of a new page on its form.
16
17       The function new_page is a predicate which tests if a given field marks
18       a page beginning on its form.
19

RETURN VALUE

21       The function new_page returns TRUE or FALSE.
22
23       The function set_new_page returns one of the following:
24
25       E_OK The routine succeeded.
26
27       E_CONNECTED
28            The given field is already connected to a form.
29

SEE ALSO

31       curses(3X)  and  related  pages  whose names begin “form_” for detailed
32       descriptions of the entry points.
33

NOTES

35       The  header  file  <form.h>  automatically  includes  the  header  file
36       <curses.h>.
37

PORTABILITY

39       These  routines emulate the System V forms library.  They were not sup‐
40       ported on Version 7 or BSD versions.
41

AUTHORS

43       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.
44       Raymond.
45
46
47
48                                                             form_new_page(3X)
Impressum