DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
ETI menus

Fetching item names and descriptions

The routines item_name and item_description take an item pointer as their argument. Function item_name returns the item's name, while function item_description returns its description.

SYNOPSIS

   char * item_name (item)
   ITEM * item;
   

char * item_description (item) ITEM * item;

Both functions return NULL if given a NULL item pointer.
Next topic: Setting item options
Previous topic: Manipulating item attributes

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004