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

NAME

6       menu_item_visible, item_visible - tell if menus item is visible
7

SYNOPSIS

9       cc [ flag ... ] file ... -lmenu   -lcurses  [ library .. ]
10       #include <menu.h>
11
12
13
14       int item_visible(ITEM *item);
15
16

DESCRIPTION

18       A  menu  item  is visible if it currently appears in the subwindow of a
19       posted menu. item_visible() returns TRUE if item is visible,  otherwise
20       it returns FALSE.
21

ATTRIBUTES

23       See attributes(5) for descriptions of the following attributes:
24
25
26
27
28       ┌─────────────────────────────┬─────────────────────────────┐
29       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
30       ├─────────────────────────────┼─────────────────────────────┤
31       │MT-Level                     │Unsafe                       │
32       └─────────────────────────────┴─────────────────────────────┘
33

SEE ALSO

35       curses(3CURSES), menus(3CURSES), menu_new(3CURSES), attributes(5)
36

NOTES

38       The  header  <menu.h>  automatically  includes the headers  <eti.h> and
39       <curses.h>.
40
41
42
43SunOS 5.11                        31 Dec 1996       menu_item_visible(3CURSES)
Impressum