DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

panel_top(S-osr5)


panel_top: top_panel, bottom_panel -- panels deck manipulation routines

Syntax

cc ... -lpanel -lcurses

#include <panel.h>

int top_panel(PANEL *panel); int bottom_panel(PANEL *panel);

Description

top_panel- put a panel on top of the deck

bottom_panel- put a panel on the bottom of the deck

top_panel(S-osr5) pulls panel to the top of the desk of panels. It leaves the size, location, and contents of its associated window unchanged.

bottom_panel(S-osr5) puts panel at the bottom of the deck of panels. It leaves the size, location, and contents of its associated window unchanged.

Return values

All of these routines return the integer OK upon successful completion or ERR upon error.

Warning

The header file panel.h automatically includes the header file curses.h.

Files


/usr/lib/libpanel.a
the library

See also

curses(S-osr5), panels(S-osr5), panel_update(S-osr5)

Standards conformance

top_panel(S-osr5) and bottom_panel(S-osr5) are not part of any currently supported standard; they were developed by UNIX System Laboratories, Inc. and are maintained by The SCO Group.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005