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       bool item_visible(const ITEM *item);
11

DESCRIPTION

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

SEE ALSO

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

NOTES

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

PORTABILITY

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

AUTHORS

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