Curses Library Functions panelwindow(3CURSES)
NAME
panelwindow, replacepanel - get or set the current window
of a panels panel
SYNOPSIS
cc [ flag ... ] file ... -lpanel -lcurses [ library .. ]
#include
WINDOW *panelwindow(PANEL *panel);
int replacepanel(PANEL *panel, WINDOW *win);
DESCRIPTION
panelwindow() returns a pointer to the window of panel.
replacepanel() replaces the current window of panel with
win.
RETURN VALUES
panelwindow() returns NUL on failure.
replacepanel() returns OK on successful completion, ER
otherwise.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level Unsafe
SEE ALSO
curses(3CURSES), panels(3CURSES), attributes(5)
NOTES
The header automatically includes the header
.
SunOS 5.11 Last change: 31 Dec 1996 1
|