MENU_POST(3) | Library Functions Manual | MENU_POST(3) |
post_menu
, unpost_menu
—
#include <menu.h>
int
post_menu
(MENU
*menu);
int
unpost_menu
(MENU
*menu);
post_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
September 10, 1999 | NetBSD 9.0 |