Query: menu_new
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MENU_NEW(3) BSD Library Functions Manual MENU_NEW(3)NAMEfree_menu, new_menu -- create or delete a menuLIBRARYCurses Menu Library (libmenu, -lmenu)SYNOPSIS#include <menu.h> int free_menu(MENU *menu); MENU * new_menu(ITEMS **items);DESCRIPTIONThe free_menu() menu function destroys the given menu and frees all allocated storage associated with the menu. All items associated with the menu are detached from the menu before it is destroyed. The new_menu() function allocates storage for a new menu and initializes all the values to the defined defaults. If the items pointer passed is not a NULL then the given NULL terminated array of items is attached to the new menu.RETURN VALUESThe new_menu() function returns NULL on error, while the free_menu() function returns one of the following error values: E_OK The function was successful. E_BAD_ARGUMENT One or more of the arguments passed to the function was incorrect. E_POSTED The menu is already posted.SEE ALSOcurses(3), menus(3)NOTESThe header <menu.h> automatically includes both <curses.h> and <eti.h>.BSDSeptember 10, 1999 BSD
Related Man Pages |
---|
menu_new(3x) - mojave |
menu_new(3x) - centos |
new_menu(3x) - centos |
new_menu(3curses) - sunos |
new_menu(3curses) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Error compiling GTK Accelerator (C programming) |
Combining Qt with GTK only one problem! |