panel_top(3X) UNIX System V panel_top(3X)
NAME
paneltop: toppanel, bottompanel - panels deck manipulation routines
SYNOPSIS
#include <panel.h>
int toppanel(PANEL *panel);
int bottompanel(PANEL *panel);
DESCRIPTION
toppanel pulls panel to the top of the desk of panels. It leaves the
size, location, and contents of its associated window unchanged.
bottompanel puts panel at the bottom of the deck of panels. It leaves
the size, location, and contents of its associated window unchanged.
RETURN VALUE
All of these routines return the integer OK upon successful completion or
ERR upon error.
NOTES
The header file <panel.h> automatically includes the header file
<curses.h>.
SEE ALSO
curses(3X), panels(3X), panelupdate(3X)
10/89 Page 1