item_name, item_description - get menu item name and description fields
Contents
Description
The function item_name returns the name part of the given item.
The function item_description returns the description part of the given item.
Name
item_name, item_description - get menu item name and description fields
Portability
These routines emulate the System V menu library. They were not supported on Version 7 or BSD versions.
Return Value
These routines return a pointer (which may be NULL). They do not set errno.
See Also
ncurses(3NCURSES), menu(3MENU) ncurses 6.5 2024-12-28 menu_name(3MENU)
Synopsis
#include<menu.h>constchar*item_name(constITEM*item);constchar*item_description(constITEM*item);
