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