:man| Alphabetical   Categories   About us 
 
mitem_name (3X) | C library functions | Unix Manual Pages | :man

NAME

mitem_name - get menu item name and description fields

CONTENTS

Synopsis
Description
Return Value
See Also
Notes
Portability
Authors

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 returns NULL on error.

SEE ALSO

curses(3), menu(3).

NOTES

PORTABILITY

AUTHORS

 
Created by Blin Media, 2008-2013