1mitem_visible(3X)                                            mitem_visible(3X)
2
3
4

NAME

6       mitem_visible - check visibility of a menu item
7

SYNOPSIS

9       #include <menu.h>
10
11       bool item_visible(const ITEM *item);
12

DESCRIPTION

14       A  menu item is visible when it is in the portion of a posted menu that
15       is mapped onto the screen (if the menu is  scrollable,  in  particular,
16       this portion will be smaller than the whole menu).
17

SEE ALSO

19       curses(3X), menu(3X).
20

NOTES

22       The  header  file  <menu.h>  automatically  includes  the  header  file
23       <curses.h>.
24

PORTABILITY

26       These routines emulate the System V menu library.  They were  not  sup‐
27       ported on Version 7 or BSD versions.
28

AUTHORS

30       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.
31       Raymond.
32
33
34
35                                                             mitem_visible(3X)
Impressum