]> ncurses.scripts.mit.edu Git - ncurses.git/blob - Ada95/html/menu_post.3x.html
ncurses 4.1
[ncurses.git] / Ada95 / html / menu_post.3x.html
1 <HTML>
2 <BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
3 <PRE>
4        <STRONG>menu_post</STRONG>  -  write or erase menus from associated subwin-
5        dows
6
7
8 </PRE>
9 <H2>SYNOPSIS</H2><PRE>
10        <STRONG>#include</STRONG> <STRONG>&lt;menu.h&gt;</STRONG>
11        int post_menu(MENU *menu);
12        int unpost_menu(MENU *menu);
13
14
15 </PRE>
16 <H2>DESCRIPTION</H2><PRE>
17        The function <STRONG>post_menu</STRONG> displays a menu to  its  associated
18        subwindow.   To trigger physical display of the subwindow,
19        use  <STRONG>refresh</STRONG>  or  some  equivalent  <STRONG>curses</STRONG>  routine   (the
20        implicit  <STRONG>doupdate</STRONG>  triggered  by  an <STRONG>curses</STRONG> input request
21        will do). <STRONG>post_menu</STRONG> resets the  selection  status  of  all
22        items.
23
24        The  function  <STRONG>unpost_menu</STRONG> erases menu from its associated
25        subwindow.
26
27
28 </PRE>
29 <H2>RETURN VALUE</H2><PRE>
30        These routines return one of the following:
31
32        <STRONG>E_OK</STRONG> The routine succeeded.
33
34        <STRONG>E_SYSTEM_ERROR</STRONG>
35             System error occurred (see <STRONG>errno</STRONG>).
36
37        <STRONG>E_BAD_ARGUMENT</STRONG>
38             Routine detected an incorrect or  out-of-range  argu-
39             ment.
40
41        <STRONG>E_POSTED</STRONG>
42             The menu has already been posted.
43
44        <STRONG>E_BAD_STATE</STRONG>
45             Routine was called from an initialization or termina-
46             tion function.
47
48        <STRONG>E_NO_ROOM</STRONG>
49             Menu is too large for its window.
50
51        <STRONG>E_NOT_POSTED</STRONG>
52             The menu has not been posted.
53
54        <STRONG>E_NOT_CONNECTED</STRONG>
55             No items are connected to the menu.
56
57
58 </PRE>
59 <H2>SEE ALSO</H2><PRE>
60        <STRONG><A HREF="ncurses.3x.html">curses(3X)</A></STRONG>, <STRONG><A HREF="menu.3x.html">menu(3X)</A></STRONG>.
61
62
63 </PRE>
64 <H2>NOTES</H2><PRE>
65        The header file <STRONG>&lt;menu.h&gt;</STRONG> automatically includes the header
66        These  routines  emulate  the System V menu library.  They
67        were not supported on Version 7 or BSD versions.
68
69
70 </PRE>
71 <H2>AUTHORS</H2><PRE>
72        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
73        curses by Eric S. Raymond.
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120 </PRE>
121 </BODY>
122 </HTML>