menu_name


HOME

menu_name

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
NOTES
PORTABILITY
AUTHORS

NAME

mitem_name − get menu item name and description fields

SYNOPSIS

#include <menu.h>
const char *item_name(const ITEM *item);
const char *item_description(const ITEM *item);

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.

RETURN VALUE

These routines return a pointer (which may be NULL). They do not set errno.

SEE ALSO

ncurses(3NCURSES), menu(3MENU).

NOTES

The header file <menu.h> automatically includes the header file <curses.h>.

PORTABILITY

These routines emulate the System V menu library. They were not supported on Version 7 or BSD versions.

AUTHORS

Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond.




More Linux Commands

manpages/curl_multi_perform.3.html
curl_multi_perform(3) - reads/writes available data from eac
When the app thinks theres data available for the multi_handle, it should call this function to read/write whatever there is to read or write right now. curl_mu

manpages/slk_attrset_sp.3ncurses.html
slk_attrset_sp(3ncurses) - curses screen-pointer extension
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

manpages/Win32::DBIODBC.3pm.html
Win32::DBIODBC(3pm) - Win32::ODBC emulation layer for the DB
This is a very basic very alpha quality Win32::ODBC emulation for the DBI . To use it just replace use Win32::ODBC; in your scripts with use Win32::DBIODBC; or,

manpages/mcedit.1.html
mcedit(1) - Internal file editor of GNU Midnight Commander.
mcedit is a link to mc, the main GNU Midnight Commander executable. Executing GNU Midnight Commander under this name requests staring the internal editor and op

manpages/mandb.8.html
mandb(8) - create or update the manual page index caches....
mandb is used to initialise or manually update index database caches that are usually maintained by man. The caches contain information relevant to the current

manpages/splain.1.html
splain(1) - produce verbose warning diagnostics (Man Page)
splain.1 - The diagnostics Pragma This module extends the terse diagnostics normally emitted by both the perl compiler and the perl interpreter (from running pe

manpages/setgrent.3.html
setgrent(3) - get group file entry - Linux manual page......
The getgrent() function returns a pointer to a structure containing the broken-out fields of a record in the group database (e.g., the local group file /etc/gro

manpages/gnutls_handshake_get_last_out.3.html
gnutls_handshake_get_last_out(3) - API function (Man Page)
gnutls_handshake_get_last_out.3 - This function is only useful to check where the last performed handshake failed. If the previous handshake succeed or was not

manpages/isxdigit_l.3.html
isxdigit_l(3) character classification functions (Man Page)
These functions check whether c, which must have the value of an unsigned char or EOF, falls into a certain character class according to the specified locale. T

manpages/curl_share_setopt.3.html
curl_share_setopt(3) - Set options for a shared object......
Set the option to parameter for the given share. OPTIONS CURLSHOPT_LOCKFUNC The parameter must be a pointer to a function matching the following prototype: void

manpages/gnutls_pubkey_set_key_usage.3.html
gnutls_pubkey_set_key_usage(3) - API function (Man Page)....
This function will set the key usage flags of the public key. This is only useful if the key is to be exported to a certificate or certificate request. RETURNS

manpages/get_module_node.3.html
get_module_node(3) - netsnmp_mib_api functions (Man Page)...
The functions dealing with MIB modules fall into four groups - those dealing with initialisation and shutdown, with reading in and parsing MIB files, with searc





We can't live, work or learn in freedom unless the software we use is free.