cc [ flag ... ] file ... -lpanel -lcurses [ library .. ] #include <panel.h>
top_panel() pulls panel to the top of the desk of panels. It leaves the size, location, and contents of its associated window unchanged.
bottom_panel() puts panel at the bottom of the deck of panels. It leaves the size, location, and contents of its associated window unchanged.
All of these routines return the integer OK upon successful completion or ERR upon error.
See attributes(5) for descriptions of the following attributes:
curses(3CURSES), panel_update(3CURSES), panels(3CURSES), attributes(5)
The header <panel.h> automatically includes the header <curses.h>.