1mitem_visible(3X) mitem_visible(3X)
2
3
4
6 mitem_visible - check visibility of a menu item
7
9 #include <menu.h>
10 bool item_visible(const ITEM *item);
11
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
18 curses(3X), menu(3X).
19
21 The header file <menu.h> automatically includes the header file
22 <curses.h>.
23
25 These routines emulate the System V menu library. They were not sup‐
26 ported on Version 7 or BSD versions.
27
29 Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S.
30 Raymond.
31
32
33
34 mitem_visible(3X)