| MENU_ITEM_VISIBLE(3) | Library Functions Manual | MENU_ITEM_VISIBLE(3) |
item_visible — get
visibility status of an item
Curses Menu Library (libmenu, -lmenu)
#include
<menu.h>
int
item_visible(ITEM
*item);
The
item_visible()
function returns TRUE if the item passed is currently visible in a menu.
The functions return one of the following error values:
E_BAD_ARGUMENTE_NOT_CONNECTEDThe header <menu.h> automatically includes both <curses.h> and <eti.h>.
| September 10, 1999 | NetBSD 11.0 |