]> ncurses.scripts.mit.edu Git - ncurses.git/blob - doc/html/man/mitem_visible.3x.html
ncurses 5.1
[ncurses.git] / doc / html / man / mitem_visible.3x.html
1 <HTML>
2 <BODY>
3 <PRE>
4 <!-- Manpage converted by man2html 3.0.1 -->
5
6 </PRE>
7 <H2>NAME</H2><PRE>
8        <B>mitem_visible</B> - check visibility of a menu item
9
10
11 </PRE>
12 <H2>SYNOPSIS</H2><PRE>
13        <B>#include</B> <B>&lt;menu.h&gt;</B>
14        bool item_visible(const ITEM *item);
15
16
17 </PRE>
18 <H2>DESCRIPTION</H2><PRE>
19        A  menu  item  is  visible  when it is in the portion of a
20        posted menu that is mapped onto the screen (if the menu is
21        scrollable,  in  particular,  this portion will be smaller
22        than the whole menu).
23
24
25 </PRE>
26 <H2>SEE ALSO</H2><PRE>
27        <B><A HREF="ncurses.3x.html">curses(3x)</A></B>, <B><A HREF="menu.3x.html">menu(3x)</A></B>.
28
29
30 </PRE>
31 <H2>NOTES</H2><PRE>
32        The header file <B>&lt;menu.h&gt;</B> automatically includes the header
33        file <B>&lt;curses.h&gt;</B>.
34
35
36 </PRE>
37 <H2>PORTABILITY</H2><PRE>
38        These  routines  emulate  the System V menu library.  They
39        were not supported on Version 7 or BSD versions.
40
41
42 </PRE>
43 <H2>AUTHORS</H2><PRE>
44        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
45        curses by Eric S. Raymond.
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73 </PRE>
74 <HR>
75 <ADDRESS>
76 Man(1) output converted with
77 <a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
78 </ADDRESS>
79 </BODY>
80 </HTML>