Curses Library Functions formnewpage(3CURSES)
NAME
formnewpage, setnewpage, newpage - forms pagination
SYNOPSIS
cc [ flag... ] file... -lform -lcurses [ library... ]
#include
int setnewpage(FIELD *field, int bool);
int newpage(FIELD *field);
DESCRIPTION
setnewpage() marks field as the beginning of a new page on
the form.
newpage() returns a boolean value indicating whether or not
field begins a new page of the form.
RETURN VALUES
newpage returns TRUE or FALSE.
setnewpage() returns one of the following:
EOK The function returned successfully.
ECONECTED The field is already connected to a form.
ESYSTEMEROR System error.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level Unsafe
SEE ALSO
curses(3CURSES), forms(3CURSES), attributes(5)
SunOS 5.11 Last change: 31 Dec 1996 1
Curses Library Functions formnewpage(3CURSES)
NOTES
The header automatically includes the headers
and .
SunOS 5.11 Last change: 31 Dec 1996 2
|