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