mitem_visible(3X) mitem_visible(3X) NAME mitem_visible - check visibility of a menu(3x,n,n tk_menuSetFocus) item SYNOPSIS #include <menu.h> bool item_visible(const ITEM *item); DESCRIPTION A menu(3x,n,n tk_menuSetFocus) item is visible when it is in(1,8) the portion of a posted menu(3x,n,n tk_menuSetFocus) that is mapped onto the screen (if(3,n) the menu(3x,n,n tk_menuSetFocus) is scrollable, in(1,8) particular, this portion will be smaller than the whole menu(3x,n,n tk_menuSetFocus)). SEE ALSO curses(3X), menu(3x,n,n tk_menuSetFocus)(3X). NOTES The header file(1,n) <menu.h> automatically includes the header file(1,n) <curses.h>. PORTABILITY These routines emulate the System V menu(3x,n,n tk_menuSetFocus) library. They were not sup- ported on Version 7 or BSD versions. AUTHORS Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. mitem_visible(3X)