panel_top(3X) 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).
7/91 Page 1