1panel_show(3CURSES)        Curses Library Functions        panel_show(3CURSES)
2
3
4

NAME

6       panel_show,  show_panel, hide_panel, panel_hidden - panels deck manipu‐
7       lation routines
8

SYNOPSIS

10       cc [ flag ... ] file ... -lpanel  -lcurses  [ library .. ]
11       #include <panel.h>
12
13
14
15       int show_panel(PANEL *panel);
16
17
18       int hide_panel(PANEL *panel);
19
20
21       int panel_hidden(PANEL *panel);
22
23

DESCRIPTION

25       show_panel() makes panel, previously hidden, visible and places  it  on
26       top of the deck of panels.
27
28
29       hide_panel() removes panel from the panel deck and, thus, hides it from
30       view. The internal data structure of the panel is retained.
31
32
33       panel_hidden() returns TRUE (1) or FALSE (0) indicating whether or  not
34       panel is in the deck of panels.
35

RETURN VALUES

37       show_panel()  and  hide_panel()  return  the integer OK upon successful
38       completion or ERR upon error.
39

ATTRIBUTES

41       See attributes(5) for descriptions of the following attributes:
42
43
44
45
46       ┌─────────────────────────────┬─────────────────────────────┐
47       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │MT-Level                     │Unsafe                       │
50       └─────────────────────────────┴─────────────────────────────┘
51

SEE ALSO

53       curses(3CURSES), panel_update(3CURSES), panels(3CURSES), attributes(5)
54

NOTES

56       The header <panel.h> automatically includes the header <curses.h>.
57
58
59
60SunOS 5.11                        31 Dec 1996              panel_show(3CURSES)
Impressum