]> ncurses.scripts.mit.edu Git - ncurses.git/blob - Ada95/html/mitem_visible.3x.html
ncurses 4.1
[ncurses.git] / Ada95 / html / mitem_visible.3x.html
1 <HTML>
2 <BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
3 <PRE>
4        <STRONG>mitem_visible</STRONG> - check visibility of a menu item
5
6
7 </PRE>
8 <H2>SYNOPSIS</H2><PRE>
9        <STRONG>#include</STRONG> <STRONG>&lt;menu.h&gt;</STRONG>
10        bool item_visible(const ITEM *item);
11
12
13 </PRE>
14 <H2>DESCRIPTION</H2><PRE>
15        A  menu  item  is  visible  when it is in the portion of a
16        posted menu that is mapped onto the screen (if the menu is
17        scrollable,  in  particular,  this portion will be smaller
18        than the whole menu).
19
20
21 </PRE>
22 <H2>SEE ALSO</H2><PRE>
23        <STRONG><A HREF="ncurses.3x.html">curses(3X)</A></STRONG>, <STRONG><A HREF="menu.3x.html">menu(3X)</A></STRONG>.
24
25
26 </PRE>
27 <H2>NOTES</H2><PRE>
28        The header file <STRONG>&lt;menu.h&gt;</STRONG> automatically includes the header
29        file <STRONG>&lt;curses.h&gt;</STRONG>.
30
31
32 </PRE>
33 <H2>PORTABILITY</H2><PRE>
34        These  routines  emulate  the System V menu library.  They
35        were not supported on Version 7 or BSD versions.
36
37
38 </PRE>
39 <H2>AUTHORS</H2><PRE>
40        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
41        curses by Eric S. Raymond.
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68 </PRE>
69 </BODY>
70 </HTML>