|
mitem_visible (3X) | C library functions | Unix Manual Pages | :man▋
NAME
mitem_visible - check visibility of a menu item
CONTENTS
Synopsis Description See Also Notes Portability Authors
SYNOPSIS
#include <menu.h> bool item_visible(const ITEM *item);
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).
SEE ALSO
curses(3), menu(3).
NOTES
PORTABILITY
AUTHORS
|