*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> menu_post (3)              
Title
Content
Arch
Section
 

MENU_POST(3)

Contents


NAME    [Toc]    [Back]

     post_menu unpost_menu - post (draw) or unpost a menu

LIBRARY    [Toc]    [Back]

     Curses Menu Library (libmenu, -lmenu)

SYNOPSIS    [Toc]    [Back]

     #include <menu.h>

     int
     post_menu(MENU *menu);

     int
     unpost_menu(MENU *menu);

DESCRIPTION    [Toc]    [Back]

     The 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.

RETURN VALUES    [Toc]    [Back]

     The functions return one of the following error values:

     E_OK             The function was successful.
     E_SYSTEM_ERROR   There was a system error during the call.
     E_BAD_ARGUMENT   One or more of the arguments passed to the function was
                      incorrect.
     E_POSTED         The menu is already posted.
     E_BAD_STATE      The function was called from within an initialisation or
                      termination routine.
     E_NO_ROOM        The menu does not fit within the subwindow.
     E_NOT_CONNECTED  The item is not connected to a menu.

SEE ALSO    [Toc]    [Back]

      
      
     curses(3), menu_hook(3), menus(3)

NOTES    [Toc]    [Back]

     The header <menu.h> automatically includes both <curses.h> and <eti.h>.

BSD                           September 10, 1999                           BSD
[ Back ]
 Similar pages
Name OS Title
menu_hook NetBSD get or set handler functions for menu post/unpost or item change
popup IRIX Post a popup menu
VkOptionMenu IRIX An option menu for use with ViewKit menu items
gsignal NetBSD post signal to a process
psignal OpenBSD post signal to a process
gsignal OpenBSD post signal to a process
klogpp IRIX kernel /dev/log post-processor
pgsignal OpenBSD post signal to a process
psignal NetBSD post signal to a process
pgsignal NetBSD post signal to a process
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service