DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

panel_window(S)


panel_window: panel_window, replace_panel -- get or set the current window of a panels panel

Syntax

cc ... -lpanel -lcurses

#include <panel.h>

WINDOW *panel_window(PANEL *panel); int replace_panel(PANEL *panel, WINDOW *win);

Description

panel_window- return a pointer to a panel's associated window

replace_panel- replace a panel's associated window

panel_window(S) returns a pointer to the window of panel.

replace_panel(S) replaces the current window of panel with win.

Return values

panel_window( ) returns NULL on failure.

replace_panel( ) returns OK on successful completion, ERR otherwise.

Warning

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

Files


/usr/lib/libpanel.a
the library

See also

curses(S), panels(S)

Standards conformance

panel_window(S), and replace_panel(S) are not part of any currently supported standard; they were developed by UNIX System Laboratories, Inc. and are maintained by The SCO Group.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003