item_visible - check visibility of a menu item
Contents
Description
A menu item is visible when it is in the portion of a posted menu that is mapped onto the screen (if the
menu is scrollable, in particular, this portion will be smaller than the whole menu).
Name
item_visible - check visibility of a menu item
Portability
These routines emulate the System V menu library. They were not supported on Version 7 or BSD versions.
See Also
ncurses(3NCURSES), menu(3MENU) ncurses 6.5 2024-03-16 menu_visible(3MENU)
Synopsis
#include<menu.h>boolitem_visible(constITEM*item);
