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

NAME

6       form_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 return one of the following:
24
25       E_OK The routine succeeded.
26
27       E_SYSTEM_ERROR
28            System error occurred (see errno).
29
30       E_CONNECTED
31            The given field is already connected to a form.
32

SEE ALSO

34       curses(3X)  and  related  pages  whose names begin "form_" for detailed
35       descriptions of the entry points.
36

NOTES

38       The  header  file  <form.h>  automatically  includes  the  header  file
39       <curses.h>.
40

PORTABILITY

42       These  routines emulate the System V forms library.  They were not sup‐
43       ported on Version 7 or BSD versions.
44

AUTHORS

46       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.
47       Raymond.
48
49
50
51                                                             form_new_page(3X)
Impressum