]> ncurses.scripts.mit.edu Git - ncurses.git/blob - Ada95/html/mitem_name.3x.html
ncurses 4.1
[ncurses.git] / Ada95 / html / mitem_name.3x.html
1 <HTML>
2 <BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
3 <PRE>
4        <STRONG>mitem_name</STRONG> - get menu item name and description fields
5
6
7 </PRE>
8 <H2>SYNOPSIS</H2><PRE>
9        <STRONG>#include</STRONG> <STRONG>&lt;menu.h&gt;</STRONG>
10        const char *item_name(const ITEM *item);
11        const char *item_description(const ITEM *item);
12
13
14 </PRE>
15 <H2>DESCRIPTION</H2><PRE>
16        The  function <STRONG>item_name</STRONG> returns the name part of the given
17        item.
18        The function <STRONG>item_description</STRONG> returns the description part
19        of the given item.
20
21
22 </PRE>
23 <H2>RETURN VALUE</H2><PRE>
24        These routines returns <STRONG>NULL</STRONG> on error.
25
26
27 </PRE>
28 <H2>SEE ALSO</H2><PRE>
29        <STRONG><A HREF="ncurses.3x.html">curses(3X)</A></STRONG>, <STRONG><A HREF="menu.3x.html">menu(3X)</A></STRONG>.
30
31
32 </PRE>
33 <H2>NOTES</H2><PRE>
34        The header file <STRONG>&lt;menu.h&gt;</STRONG> automatically includes the header
35        file <STRONG>&lt;curses.h&gt;</STRONG>.
36
37
38 </PRE>
39 <H2>PORTABILITY</H2><PRE>
40        These routines emulate the System V  menu  library.   They
41        were not supported on Version 7 or BSD versions.
42
43
44 </PRE>
45 <H2>AUTHORS</H2><PRE>
46        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
47        curses by Eric S. Raymond.
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70 </PRE>
71 </BODY>
72 </HTML>