1form_new_page(3CURSES)     Curses Library Functions     form_new_page(3CURSES)
2
3
4

NAME

6       form_new_page, set_new_page, new_page - forms pagination
7

SYNOPSIS

9       cc [ flag... ] file... -lform  -lcurses  [ library... ]
10       #include <form.h>
11
12       int set_new_page(FIELD *field, int bool);
13
14
15       int new_page(FIELD *field);
16
17

DESCRIPTION

19       set_new_page() marks field as the beginning of a new page on the form.
20
21
22       new_page()  returns  a  boolean  value  indicating whether or not field
23       begins a new page of the form.
24

RETURN VALUES

26       new_page returns TRUE or FALSE.
27
28
29       set_new_page() returns one of the following:
30
31       E_OK              The function returned successfully.
32
33
34       E_CONNECTED       The field is already connected to a form.
35
36
37       E_SYSTEM_ERROR    System error.
38
39

ATTRIBUTES

41       See attributes(5) for descriptions of the following attributes:
42
43
44
45
46       ┌─────────────────────────────┬─────────────────────────────┐
47       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │MT-Level                     │Unsafe                       │
50       └─────────────────────────────┴─────────────────────────────┘
51

SEE ALSO

53       curses(3CURSES), forms(3CURSES), attributes(5)
54

NOTES

56       The header <form.h> automatically  includes  the  headers  <eti.h>  and
57       <curses.h>.
58
59
60
61SunOS 5.11                        31 Dec 1996           form_new_page(3CURSES)
Impressum