int
post_menu(
MENU *menu
)
int
unpost_menu(
MENU *menu
)
)
function causes the menu to be drawn on the screen.
Any functions defined by either
set_menu_init(
)
or
set_item_init(
)
(see
menu_hook(3))
are called before the menu is placed on the screen.
The
unpost_menu(
)
does the opposite, it removes a menu from the screen.
Any functions defined by both
set_menu_term(
)
and
set_item_term(
)
(see
menu_hook(3))
are called prior to the menu's removal.
E_OK
E_SYSTEM_ERROR
E_BAD_ARGUMENT
E_POSTED
E_BAD_STATE
E_NO_ROOM
E_NOT_CONNECTED
<menu.h>
automatically includes both
<curses.h>
and
<eti.h>
.