Curses Library Functions menu_item_visible(3CURSES)
NAME
menu_item_visible, item_visible - tell if menus item is
visibleSYNOPSIS
cc [ flag ... ] file ... -lmenu -lcurses [ library .. ]
#include
int item_visible(ITEM *item);
DESCRIPTION
A menu item is visible if it currently appears in thesubwindow of a posted menu. item_visible() returns TRUE if
item is visible, otherwise it returns FALSE.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| MT-Level | Unsafe |
|_____________________________|_____________________________|
SEE ALSO
curses(3CURSES), menus(3CURSES), menu_new(3CURSES), attri-
butes(5) NOTES The headerautomatically includes the headers and . SunOS 5.11 Last change: 31 Dec 1996 1