]> ncurses.scripts.mit.edu Git - ncurses.git/blob - man/mitem_visible.3x
1fe868464283bc7873002cb691ed987d522837b5
[ncurses.git] / man / mitem_visible.3x
1 '\" t
2 .TH mitem_visible 3X ""
3 .SH NAME
4 \fBmitem_visible\fR - check visibility of a menu item
5 .SH SYNOPSIS
6 \fB#include <menu.h>\fR
7 .br
8 bool item_visible(const ITEM *item);
9 .br
10 .SH DESCRIPTION
11 A menu item is visible when it is in the portion of a posted menu that
12 is mapped onto the screen (if the menu is scrollable, in particular, this
13 portion will be smaller than the whole menu).
14 .SH SEE ALSO
15 \fBcurses\fR(3X), \fBmenu\fR(3X).
16 .SH NOTES
17 The header file \fB<menu.h>\fR automatically includes the header file
18 \fB<curses.h>\fR.
19 .SH PORTABILITY
20 These routines emulate the System V menu library.  They were not supported on
21 Version 7 or BSD versions.
22 .SH AUTHORS
23 Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric
24 S. Raymond.
25 .\"#
26 .\"# The following sets edit modes for GNU EMACS
27 .\"# Local Variables:
28 .\"# mode:nroff
29 .\"# fill-column:79
30 .\"# End: